Skip to content

Commit 743cfa7

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/flake8: 7.1.1 → 7.1.2](PyCQA/flake8@7.1.1...7.1.2) - [github.com/PyCQA/bandit: 1.8.2 → 1.8.3](PyCQA/bandit@1.8.2...1.8.3) - [github.com/pre-commit/mirrors-mypy: v1.14.1 → v1.15.0](pre-commit/mirrors-mypy@v1.14.1...v1.15.0) - [github.com/pycqa/isort: 6.0.0 → 6.0.1](PyCQA/isort@6.0.0...6.0.1)
1 parent bfcff63 commit 743cfa7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repos:
1010
args:
1111
- --target-version=py38
1212
- repo: https://github.com/PyCQA/flake8
13-
rev: 7.1.1
13+
rev: 7.1.2
1414
hooks:
1515
- id: flake8
1616
additional_dependencies: [flake8-docstrings, flake8-debugger, flake8-bugbear, mccabe]
@@ -23,12 +23,12 @@ repos:
2323
- id: check-yaml
2424
args: [--unsafe]
2525
- repo: https://github.com/PyCQA/bandit
26-
rev: '1.8.2' # Update me!
26+
rev: '1.8.3' # Update me!
2727
hooks:
2828
- id: bandit
2929
args: [--ini, .bandit]
3030
- repo: https://github.com/pre-commit/mirrors-mypy
31-
rev: 'v1.14.1' # Use the sha / tag you want to point at
31+
rev: 'v1.15.0' # Use the sha / tag you want to point at
3232
hooks:
3333
- id: mypy
3434
additional_dependencies:
@@ -37,7 +37,7 @@ repos:
3737
- types-PyYAML
3838
- types-requests
3939
- repo: https://github.com/pycqa/isort
40-
rev: 6.0.0
40+
rev: 6.0.1
4141
hooks:
4242
- id: isort
4343
language_version: python3

0 commit comments

Comments
 (0)