Skip to content

Commit 9a19b22

Browse files
committed
Update pre-commit hooks
1 parent 83240dd commit 9a19b22

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
exclude: '^{{cookiecutter.project_name}}/'
22
repos:
33
- repo: https://github.com/pre-commit/pre-commit-hooks
4-
rev: v4.4.0
4+
rev: v4.5.0
55
hooks:
66
- id: check-yaml
77
- id: check-merge-conflict
88
- id: debug-statements
99
- id: end-of-file-fixer
1010
- id: trailing-whitespace
1111
- repo: https://github.com/psf/black
12-
rev: 23.1.0
12+
rev: 23.10.1
1313
hooks:
1414
- id: black
1515
args: ["--config", "pyproject.toml"]
@@ -19,14 +19,14 @@ repos:
1919
- id: isort
2020
args: ["--show-config"]
2121
- repo: https://github.com/pycqa/bandit
22-
rev: 1.7.4
22+
rev: 1.7.5
2323
hooks:
2424
- id: bandit
2525
additional_dependencies: ['.[toml]']
2626
args: ["--configfile", "pyproject.toml"]
2727
exclude: '^tests/'
2828
- repo: https://github.com/pycqa/flake8
29-
rev: 6.0.0
29+
rev: 6.1.0
3030
hooks:
3131
- id: flake8
3232
additional_dependencies:
@@ -35,11 +35,11 @@ repos:
3535
- flake8-simplify
3636
- pep8-naming
3737
- repo: https://github.com/pycqa/autoflake
38-
rev: v2.0.1
38+
rev: v2.2.1
3939
hooks:
4040
- id: autoflake
4141
- repo: https://github.com/asottile/pyupgrade
42-
rev: v3.3.1
42+
rev: v3.15.0
4343
hooks:
4444
- id: pyupgrade
4545
- repo: local

0 commit comments

Comments
 (0)