We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74b3ce2 commit e3f30eaCopy full SHA for e3f30ea
.pre-commit-config.yaml
@@ -9,14 +9,14 @@ repos:
9
hooks:
10
- id: black
11
- repo: https://github.com/pycqa/flake8
12
- rev: 7.1.2
+ rev: 7.3.0
13
14
- id: flake8
15
files: ^amset/
16
args: [--max-line-length=125, "--extend-ignore=E203,W503"]
17
language_version: python3
18
- repo: https://github.com/pre-commit/pre-commit-hooks
19
- rev: v5.0.0
+ rev: v6.0.0
20
21
- id: check-yaml
22
- id: end-of-file-fixer
0 commit comments