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.
2 parents 66ac4a3 + 61cda88 commit f5620d3Copy full SHA for f5620d3
.pre-commit-config.yaml
@@ -3,7 +3,7 @@ ci:
3
autoupdate_schedule: 'quarterly'
4
repos:
5
- repo: https://github.com/pre-commit/pre-commit-hooks
6
- rev: "v5.0.0"
+ rev: "v6.0.0"
7
hooks:
8
# Prevent giant files from being committed
9
- id: check-added-large-files
@@ -37,7 +37,7 @@ repos:
37
- id: sort-all
38
types: [file, python]
39
- repo: https://github.com/astral-sh/ruff-pre-commit
40
- rev: 'v0.12.2'
+ rev: 'v0.13.3'
41
42
- id: ruff
43
args: [--fix]
0 commit comments