Skip to content

Commit e6a50bc

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 24.4.2 → 24.10.0](psf/black@24.4.2...24.10.0) - [github.com/asottile/pyupgrade: v3.15.2 → v3.19.0](asottile/pyupgrade@v3.15.2...v3.19.0) - [github.com/PyCQA/flake8: 7.0.0 → 7.1.1](PyCQA/flake8@7.0.0...7.1.1) - [github.com/pre-commit/mirrors-mypy: v1.10.0 → v1.13.0](pre-commit/mirrors-mypy@v1.10.0...v1.13.0) - [github.com/PyCQA/bandit: 1.7.8 → 1.7.10](PyCQA/bandit@1.7.8...1.7.10)
1 parent 5330964 commit e6a50bc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/psf/black
3-
rev: 24.4.2
3+
rev: 24.10.0
44
hooks:
55
- id: black
66
args: [--target-version=py38]
@@ -9,18 +9,18 @@ repos:
99
hooks:
1010
- id: isort
1111
- repo: https://github.com/asottile/pyupgrade
12-
rev: v3.15.2
12+
rev: v3.19.0
1313
hooks:
1414
- id: pyupgrade
1515
args: [--py38-plus]
1616
- repo: https://github.com/PyCQA/flake8
17-
rev: 7.0.0
17+
rev: 7.1.1
1818
hooks:
1919
- id: flake8
2020
additional_dependencies:
2121
- flake8-pytest-style
2222
- repo: https://github.com/pre-commit/mirrors-mypy
23-
rev: v1.10.0
23+
rev: v1.13.0
2424
hooks:
2525
- id: mypy
2626
# Avoid error: Duplicate module named 'setup'
@@ -37,7 +37,7 @@ repos:
3737
- pytest==7.4.2
3838
language_version: python3.8
3939
- repo: https://github.com/PyCQA/bandit
40-
rev: 1.7.8
40+
rev: 1.7.10
4141
hooks:
4242
- id: bandit
4343
args: [--ini, .bandit]

0 commit comments

Comments
 (0)