Skip to content

Commit a46b887

Browse files
authored
Update pre-commit hooks (#442)
1 parent ad90022 commit a46b887

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ repos:
8181
# More information can be found in its documentation:
8282
# https://docs.astral.sh/ruff/
8383
- repo: https://github.com/astral-sh/ruff-pre-commit
84-
rev: v0.15.1
84+
rev: v0.15.2
8585
hooks:
8686
- id: ruff-check
8787
name: ruff
@@ -92,7 +92,7 @@ repos:
9292
# More information can be found in its documentation:
9393
# https://bandit.readthedocs.io/en/latest/
9494
- repo: https://github.com/PyCQA/bandit
95-
rev: 1.9.3
95+
rev: 1.9.4
9696
hooks:
9797
- id: bandit
9898
args: ["-r"]

{{ cookiecutter.project_slug }}/.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ repos:
8484
# More information can be found in its documentation:
8585
# https://docs.astral.sh/ruff/
8686
- repo: https://github.com/astral-sh/ruff-pre-commit
87-
rev: v0.15.1
87+
rev: v0.15.2
8888
hooks:
8989
- id: ruff-check
9090
name: ruff
@@ -94,7 +94,7 @@ repos:
9494
# More information can be found in its documentation:
9595
# https://bandit.readthedocs.io/en/latest/
9696
- repo: https://github.com/PyCQA/bandit
97-
rev: 1.9.3
97+
rev: 1.9.4
9898
hooks:
9999
- id: bandit
100100
args: ["-r"]

0 commit comments

Comments
 (0)