We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fe7815 commit 8c6e038Copy full SHA for 8c6e038
.pre-commit-config.yaml
@@ -4,7 +4,7 @@ default_language_version:
4
python: python3.10
5
repos:
6
- repo: https://github.com/pre-commit/pre-commit-hooks
7
- rev: v5.0.0
+ rev: v6.0.0
8
hooks:
9
- id: check-added-large-files
10
- id: check-toml
@@ -14,7 +14,7 @@ repos:
14
- id: end-of-file-fixer
15
- id: trailing-whitespace
16
- repo: https://github.com/astral-sh/ruff-pre-commit
17
- rev: v0.11.13
+ rev: v0.12.9
18
19
- id: ruff
20
args:
0 commit comments