Skip to content

Commit bd0482e

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

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
repos:
33
- repo: https://github.com/pre-commit/pre-commit-hooks
4-
rev: v4.6.0
4+
rev: v5.0.0
55
hooks:
66
- id: debug-statements
77
- repo: https://github.com/PyCQA/autoflake
@@ -15,7 +15,7 @@ repos:
1515
"--ignore-init-module-imports",
1616
]
1717
- repo: https://github.com/asottile/pyupgrade
18-
rev: v3.15.2
18+
rev: v3.19.1
1919
hooks:
2020
- id: pyupgrade
2121
stages: [manual]
@@ -26,17 +26,17 @@ repos:
2626
- id: isort
2727
args: ["--settings", "setup.cfg"]
2828
- repo: https://github.com/psf/black
29-
rev: 24.4.2
29+
rev: 24.10.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.14.0
3535
hooks:
3636
- id: mypy
3737
args: ["--pretty"]
3838
- repo: https://github.com/pycqa/flake8
39-
rev: 7.0.0
39+
rev: 7.1.1
4040
hooks:
4141
- id: flake8
4242
args: ["--config", "setup.cfg"]

0 commit comments

Comments
 (0)