Skip to content

Commit 65fc512

Browse files
Update pre-commit (#798)
1 parent 95e9b1d commit 65fc512

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: 2c9f875913ee60ca25ce70243dc24d5b6415598c # frozen: v4.6.0
6+
rev: cef0300fd0fc4d2a87a85fa2093c6b283ea36f4b # frozen: v5.0.0
77
hooks:
88
- id: check-added-large-files
99
- id: check-ast
@@ -32,14 +32,14 @@ repos:
3232
args: [--no-pycodestyle, --max-line-length=88]
3333

3434
- repo: https://github.com/astral-sh/ruff-pre-commit
35-
rev: f1ebc5730d98440041cc43e4d69829ad598ae1e7 # frozen: v0.6.3
35+
rev: 75b98813cfb7e663870a28c74366a1e99d7bfe79 # frozen: v0.6.9
3636
hooks:
3737
- id: ruff
3838
args: ["--fix", "--show-fixes", "--exit-non-zero-on-fix"]
3939
- id: ruff-format
4040

4141
- repo: https://github.com/pre-commit/mirrors-mypy
42-
rev: "v1.10.0"
42+
rev: "d4911cfb7f1010759fde68da196036feeb25b99d" # frozen: v1.11.2
4343
hooks:
4444
- id: mypy
4545
additional_dependencies:

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ Pillow
1818
pooch
1919
ipython
2020
pickleshare
21-
pre-commit==3.8.0
21+
pre-commit==4.0
2222
requests
2323
sphinxcontrib-jquery

0 commit comments

Comments
 (0)