Skip to content

Commit 6f900d7

Browse files
cpcloudrwgk
andauthored
chore(deps): bump precommit versions (#1017)
* chore(dev-deps): bump and freeze pre-commit versions * chore: remove bandit from pre-commit-config --------- Co-authored-by: Ralf W. Grosse-Kunstleve <rwgkio@gmail.com>
1 parent 5383cb5 commit 6f900d7

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
@@ -15,7 +15,7 @@ ci:
1515
# pre-commit autoupdate --freeze
1616
repos:
1717
- repo: https://github.com/astral-sh/ruff-pre-commit
18-
rev: 0b19ef1fd6ad680ed7752d6daba883ce1265a6de # frozen: v0.12.2
18+
rev: f298305809c552671cc47e0fec0ba43e96c146a2 # frozen: v0.13.2
1919
hooks:
2020
- id: ruff
2121
args: [--fix, --show-fixes]
@@ -40,7 +40,7 @@ repos:
4040

4141
# Standard hooks
4242
- repo: https://github.com/pre-commit/pre-commit-hooks
43-
rev: "v5.0.0"
43+
rev: "3e8a8703264a2f4a69428a0aa4dcb512790b2c8c" # frozen: v6.0.0
4444
hooks:
4545
- id: check-added-large-files
4646
- id: check-case-conflict
@@ -58,14 +58,14 @@ repos:
5858

5959
# Checking for common mistakes
6060
- repo: https://github.com/pre-commit/pygrep-hooks
61-
rev: "v1.10.0"
61+
rev: "3a6eb0fadf60b3cccfd80bad9dbb6fae7e47b316" # frozen: v1.10.0
6262
hooks:
6363
- id: rst-backticks
6464
- id: rst-directive-colons
6565
- id: rst-inline-touching-normal
6666

6767
- repo: https://github.com/pre-commit/mirrors-mypy
68-
rev: 0f86793af5ef5f6dc63c8d04a3cabfa3ea8f9c6a # frozen: v1.16.1
68+
rev: 9f70dc58c23dfcca1b97af99eaeee3140a807c7e # frozen: v1.18.2
6969
hooks:
7070
- id: mypy
7171
name: mypy-pathfinder

0 commit comments

Comments
 (0)