Skip to content

Commit 5abb716

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 23.12.1 → 24.3.0](psf/black@23.12.1...24.3.0) - [github.com/pycqa/flake8: 6.1.0 → 7.0.0](PyCQA/flake8@6.1.0...7.0.0) - [github.com/asottile/pyupgrade: v3.15.0 → v3.15.2](asottile/pyupgrade@v3.15.0...v3.15.2) - [github.com/tox-dev/pyproject-fmt: 1.5.3 → 1.7.0](tox-dev/pyproject-fmt@1.5.3...1.7.0) - [github.com/pre-commit/mirrors-mypy: v1.8.0 → v1.9.0](pre-commit/mirrors-mypy@v1.8.0...v1.9.0)
1 parent 232fa54 commit 5abb716

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/psf/black
3-
rev: 23.12.1
3+
rev: 24.3.0
44
hooks:
55
- id: black
66
args: [--safe, --quiet]
@@ -14,7 +14,7 @@ repos:
1414
- id: check-yaml
1515
- id: debug-statements
1616
- repo: https://github.com/pycqa/flake8
17-
rev: 6.1.0
17+
rev: 7.0.0
1818
hooks:
1919
- id: flake8
2020
additional_dependencies:
@@ -25,16 +25,16 @@ repos:
2525
- id: reorder-python-imports
2626
args: ['--application-directories=.:src']
2727
- repo: https://github.com/asottile/pyupgrade
28-
rev: v3.15.0
28+
rev: v3.15.2
2929
hooks:
3030
- id: pyupgrade
3131
args: [--py37-plus]
3232

3333
- repo: https://github.com/tox-dev/pyproject-fmt
34-
rev: "1.5.3"
34+
rev: "1.7.0"
3535
hooks:
3636
- id: pyproject-fmt
3737
- repo: https://github.com/pre-commit/mirrors-mypy
38-
rev: 'v1.8.0'
38+
rev: 'v1.9.0'
3939
hooks:
4040
- id: mypy

0 commit comments

Comments
 (0)