Skip to content

Commit 5ec80cc

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.4.0...v5.0.0) - [github.com/asottile/pyupgrade: v3.10.1 → v3.19.0](asottile/pyupgrade@v3.10.1...v3.19.0) - [github.com/PyCQA/autoflake: v2.2.1 → v2.3.1](PyCQA/autoflake@v2.2.1...v2.3.1) - [github.com/PyCQA/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2) - [github.com/psf/black: 23.9.1 → 24.10.0](psf/black@23.9.1...24.10.0) - [github.com/PyCQA/flake8: 6.1.0 → 7.1.1](PyCQA/flake8@6.1.0...7.1.1) - [github.com/PyCQA/bandit: 1.7.5 → 1.7.10](PyCQA/bandit@1.7.5...1.7.10) - [github.com/PyCQA/bandit: 1.7.5 → 1.7.10](PyCQA/bandit@1.7.5...1.7.10) - [github.com/pre-commit/mirrors-mypy: v1.5.1 → v1.13.0](pre-commit/mirrors-mypy@v1.5.1...v1.13.0)
1 parent b40aae9 commit 5ec80cc

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.pre-commit-config.yaml

+9-9
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
repos:
99
- repo: https://github.com/pre-commit/pre-commit-hooks
10-
rev: v4.4.0
10+
rev: v5.0.0
1111
hooks:
1212
- id: trailing-whitespace
1313
- id: end-of-file-fixer
@@ -32,13 +32,13 @@ repos:
3232
args: [--notice=COPYRIGHT]
3333
files: python
3434
- repo: https://github.com/asottile/pyupgrade
35-
rev: v3.10.1
35+
rev: v3.19.0
3636
hooks:
3737
- id: pyupgrade
3838
args: [--py38-plus]
3939
# exclude: *fixtures
4040
- repo: https://github.com/PyCQA/autoflake
41-
rev: v2.2.1
41+
rev: v2.3.1
4242
hooks:
4343
- id: autoflake
4444
args:
@@ -50,7 +50,7 @@ repos:
5050
- --remove-unused-variables
5151
- --remove-rhs-for-unused-variables
5252
- repo: https://github.com/PyCQA/isort
53-
rev: 5.12.0
53+
rev: 5.13.2
5454
hooks:
5555
- id: isort
5656
name: isort (black profile, in place fixes)
@@ -64,7 +64,7 @@ repos:
6464
hooks:
6565
- id: yesqa
6666
- repo: https://github.com/psf/black
67-
rev: 23.9.1
67+
rev: 24.10.0
6868
hooks:
6969
- id: black
7070
name: black (in place fixes)
@@ -75,20 +75,20 @@ repos:
7575
# https://pre-commit.com/#top_level-default_language_version
7676
# language_version: python3.11
7777
- repo: https://github.com/PyCQA/flake8
78-
rev: 6.1.0
78+
rev: 7.1.1
7979
hooks:
8080
- id: flake8
8181
additional_dependencies: [Flake8-pyproject]
8282
- repo: https://github.com/PyCQA/bandit
83-
rev: 1.7.5
83+
rev: 1.7.10
8484
hooks:
8585
- id: bandit
8686
name: bandit (checksig)
8787
exclude: ".*test.*"
8888
language: python
8989
types: [python]
9090
- repo: https://github.com/PyCQA/bandit
91-
rev: 1.7.5
91+
rev: 1.7.10
9292
hooks:
9393
- id: bandit
9494
name: bandit (tests)
@@ -99,6 +99,6 @@ repos:
9999
language: python
100100
types: [python]
101101
- repo: https://github.com/pre-commit/mirrors-mypy
102-
rev: v1.5.1
102+
rev: v1.13.0
103103
hooks:
104104
- id: mypy

0 commit comments

Comments
 (0)