Skip to content

Commit 644ac8a

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 23.11.0 → 24.1.1](psf/black@23.11.0...24.1.1) - [github.com/PyCQA/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2) - [github.com/PyCQA/flake8: 6.1.0 → 7.0.0](PyCQA/flake8@6.1.0...7.0.0) - [github.com/pre-commit/mirrors-mypy: v1.7.1 → v1.8.0](pre-commit/mirrors-mypy@v1.7.1...v1.8.0) - [github.com/PyCQA/bandit: 1.7.5 → 1.7.7](PyCQA/bandit@1.7.5...1.7.7) - [github.com/pre-commit/mirrors-prettier: v3.1.0 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v3.1.0...v4.0.0-alpha.8)
1 parent d673c8e commit 644ac8a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
repos:
22
- repo: https://github.com/psf/black
3-
rev: 23.11.0
3+
rev: 24.1.1
44
hooks:
55
- id: black
66
args: [--target-version=py38]
77
- repo: https://github.com/PyCQA/isort
8-
rev: 5.12.0
8+
rev: 5.13.2
99
hooks:
1010
- id: isort
1111
- repo: https://github.com/asottile/pyupgrade
@@ -14,13 +14,13 @@ repos:
1414
- id: pyupgrade
1515
args: [--py38-plus]
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:
2121
- flake8-pytest-style
2222
- repo: https://github.com/pre-commit/mirrors-mypy
23-
rev: v1.7.1
23+
rev: v1.8.0
2424
hooks:
2525
- id: mypy
2626
# Avoid error: Duplicate module named 'setup'
@@ -37,13 +37,13 @@ repos:
3737
- pytest==7.4.2
3838
language_version: python3.8
3939
- repo: https://github.com/PyCQA/bandit
40-
rev: 1.7.5
40+
rev: 1.7.7
4141
hooks:
4242
- id: bandit
4343
args: [--ini, .bandit]
4444
exclude: ^tests/
4545
- repo: https://github.com/pre-commit/mirrors-prettier
46-
rev: v3.1.0
46+
rev: v4.0.0-alpha.8
4747
hooks:
4848
- id: prettier
4949
additional_dependencies:

0 commit comments

Comments
 (0)