Skip to content

Commit db7ee30

Browse files
disruptedgithub-actions[bot]
authored andcommitted
chore(deps-dev): auto-update pre-commit hooks
1 parent 1b85829 commit db7ee30

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
repos:
33
- repo: https://github.com/pre-commit/pre-commit-hooks
4-
rev: v4.6.0
4+
rev: v6.0.0
55
hooks:
66
- id: debug-statements
77
- repo: https://github.com/PyCQA/autoflake
8-
rev: v2.3.1
8+
rev: v2.3.2
99
hooks:
1010
- id: autoflake
1111
args:
@@ -15,28 +15,28 @@ repos:
1515
"--ignore-init-module-imports",
1616
]
1717
- repo: https://github.com/asottile/pyupgrade
18-
rev: v3.15.2
18+
rev: v3.21.2
1919
hooks:
2020
- id: pyupgrade
2121
stages: [manual]
2222
args: ["--py39-plus"]
2323
- repo: https://github.com/pycqa/isort
24-
rev: 5.13.2
24+
rev: 8.0.0
2525
hooks:
2626
- id: isort
2727
args: ["--settings", "setup.cfg"]
2828
- repo: https://github.com/psf/black
29-
rev: 24.4.2
29+
rev: 26.1.0
3030
hooks:
3131
- id: black
3232
language_version: python3
3333
- repo: https://github.com/pre-commit/mirrors-mypy
34-
rev: v1.10.0
34+
rev: v1.19.1
3535
hooks:
3636
- id: mypy
3737
args: ["--pretty"]
3838
- repo: https://github.com/pycqa/flake8
39-
rev: 7.0.0
39+
rev: 7.3.0
4040
hooks:
4141
- id: flake8
4242
args: ["--config", "setup.cfg"]

0 commit comments

Comments
 (0)