Skip to content

Commit 1cf855d

Browse files
pre-commit-ci[bot]webknjaz
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/isort: 6.0.0 → 6.0.1](PyCQA/isort@6.0.0...6.0.1) - [github.com/asottile/pyupgrade: v3.19.1 → v3.20.0](asottile/pyupgrade@v3.19.1...v3.20.0) - [github.com/PyCQA/flake8: 7.1.2 → 7.2.0](PyCQA/flake8@7.1.2...7.2.0) - [github.com/pre-commit/mirrors-mypy: v1.15.0 → v1.16.0](pre-commit/mirrors-mypy@v1.15.0...v1.16.0) - [github.com/PyCQA/bandit: 1.8.3 → 1.8.4](PyCQA/bandit@1.8.3...1.8.4)
1 parent f188bb6 commit 1cf855d

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
@@ -5,22 +5,22 @@ repos:
55
- id: black
66
args: [--target-version=py38]
77
- repo: https://github.com/PyCQA/isort
8-
rev: 6.0.0
8+
rev: 6.0.1
99
hooks:
1010
- id: isort
1111
- repo: https://github.com/asottile/pyupgrade
12-
rev: v3.19.1
12+
rev: v3.20.0
1313
hooks:
1414
- id: pyupgrade
1515
args: [--py38-plus]
1616
- repo: https://github.com/PyCQA/flake8
17-
rev: 7.1.2
17+
rev: 7.2.0
1818
hooks:
1919
- id: flake8
2020
additional_dependencies:
2121
- flake8-pytest-style
2222
- repo: https://github.com/pre-commit/mirrors-mypy
23-
rev: v1.15.0
23+
rev: v1.16.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.9
3939
- repo: https://github.com/PyCQA/bandit
40-
rev: 1.8.3
40+
rev: 1.8.4
4141
hooks:
4242
- id: bandit
4343
args: [--ini, .bandit]

0 commit comments

Comments
 (0)