We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c088568 commit 5ab51acCopy full SHA for 5ab51ac
.pre-commit-config.yaml
@@ -12,14 +12,14 @@ repos:
12
- id: end-of-file-fixer
13
- id: trailing-whitespace
14
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
15
- rev: v2.14.0
+ rev: v2.15.0
16
hooks:
17
- id: pretty-format-yaml
18
args: [--autofix, --indent, '4']
19
- id: pretty-format-toml
20
args: [--autofix]
21
- repo: https://github.com/asottile/pyupgrade
22
- rev: v3.19.1
+ rev: v3.20.0
23
24
- id: pyupgrade
25
- repo: https://github.com/pycqa/isort
@@ -33,6 +33,6 @@ repos:
33
34
- id: black
35
- repo: https://github.com/pycqa/flake8
36
- rev: 7.1.2
+ rev: 7.3.0
37
38
- id: flake8
0 commit comments