Skip to content

Commit e3f30ea

Browse files
utfgithub-actions[bot]
authored andcommitted
Auto-update pre-commit hooks
1 parent 74b3ce2 commit e3f30ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ repos:
99
hooks:
1010
- id: black
1111
- repo: https://github.com/pycqa/flake8
12-
rev: 7.1.2
12+
rev: 7.3.0
1313
hooks:
1414
- id: flake8
1515
files: ^amset/
1616
args: [--max-line-length=125, "--extend-ignore=E203,W503"]
1717
language_version: python3
1818
- repo: https://github.com/pre-commit/pre-commit-hooks
19-
rev: v5.0.0
19+
rev: v6.0.0
2020
hooks:
2121
- id: check-yaml
2222
- id: end-of-file-fixer

0 commit comments

Comments
 (0)