Skip to content

Commit cb16144

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 24.8.0 → 25.1.0](psf/black@24.8.0...25.1.0) - [github.com/pycqa/isort: 5.13.2 → 6.0.1](PyCQA/isort@5.13.2...6.0.1) - [github.com/pycqa/flake8: 7.1.1 → 7.2.0](PyCQA/flake8@7.1.1...7.2.0) - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/PyCQA/bandit: 1.7.9 → 1.8.3](PyCQA/bandit@1.7.9...1.8.3) - [github.com/pre-commit/mirrors-mypy: v1.11.2 → v1.15.0](pre-commit/mirrors-mypy@v1.11.2...v1.15.0)
1 parent 9a24f47 commit cb16144

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
@@ -2,26 +2,26 @@ exclude: '^$'
22
fail_fast: false
33
repos:
44
- repo: https://github.com/psf/black
5-
rev: 24.8.0
5+
rev: 25.1.0
66
hooks:
77
- id: black
88
language_version: python3
99
args:
1010
- --target-version=py38
1111
- repo: https://github.com/pycqa/isort
12-
rev: 5.13.2
12+
rev: 6.0.1
1313
hooks:
1414
- id: isort
1515
language_version: python3
1616
- repo: https://github.com/pycqa/flake8
17-
rev: 7.1.1
17+
rev: 7.2.0
1818
hooks:
1919
- id: flake8
2020
language_version: python3
2121
additional_dependencies: [flake8-docstrings, flake8-debugger, flake8-bugbear, mccabe]
2222
args: [--max-complexity, "10"]
2323
- repo: https://github.com/pre-commit/pre-commit-hooks
24-
rev: v4.6.0
24+
rev: v5.0.0
2525
hooks:
2626
- id: trailing-whitespace
2727
- id: end-of-file-fixer
@@ -30,12 +30,12 @@ repos:
3030
# conda-recipes use jinja templating which isn't valid YAML syntax
3131
exclude: conda-recipe\/
3232
- repo: https://github.com/PyCQA/bandit
33-
rev: '1.7.9'
33+
rev: '1.8.3'
3434
hooks:
3535
- id: bandit
3636
args: [--ini, .bandit]
3737
- repo: https://github.com/pre-commit/mirrors-mypy
38-
rev: 'v1.11.2' # Use the sha / tag you want to point at
38+
rev: 'v1.15.0' # Use the sha / tag you want to point at
3939
hooks:
4040
- id: mypy
4141
additional_dependencies:

0 commit comments

Comments
 (0)