Skip to content

Commit ad4c255

Browse files
update pre-commit (12/2024) (#814)
1 parent 2c01f4d commit ad4c255

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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: 8b76f04e7e5a9cd259e9d1db7799599355f97cdf # frozen: v0.8.2
35+
rev: f0b5944bef86f50d875305821a0ab0d8c601e465 # frozen: v0.8.4
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: "f56614daa94d5cd733d3b7004c5df9caad267b4a" # frozen: v1.13.0
42+
rev: "648203cec3e499b9eff54a24d6cf4b25ce02eb1e" # frozen: v1.14.0
4343
hooks:
4444
- id: mypy
4545
additional_dependencies:

0 commit comments

Comments
 (0)