We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dfba42 commit afb073aCopy full SHA for afb073a
.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.12.0
+ rev: v2.13.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.15.0
+ rev: v3.15.2
23
24
- id: pyupgrade
25
- repo: https://github.com/pycqa/isort
@@ -29,7 +29,7 @@ repos:
29
name: isort (python)
30
args: [--profile, black]
31
- repo: https://github.com/psf/black
32
- rev: 24.2.0
+ rev: 24.3.0
33
34
- id: black
35
- repo: https://github.com/pycqa/flake8
0 commit comments