Skip to content

Commit be07298

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v6.0.0](pre-commit/pre-commit-hooks@v4.5.0...v6.0.0) - https://github.com/charliermarsh/ruff-pre-commithttps://github.com/astral-sh/ruff-pre-commit - [github.com/astral-sh/ruff-pre-commit: v0.1.6 → v0.15.12](astral-sh/ruff-pre-commit@v0.1.6...v0.15.12)
1 parent 5ca3d5e commit be07298

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
exclude: 'docs|node_modules|migrations|.git|.tox'
2-
default_stages: [commit]
2+
default_stages: [pre-commit]
33
fail_fast: true
44

55
repos:
66
- repo: https://github.com/pre-commit/pre-commit-hooks
7-
rev: v4.5.0
7+
rev: v6.0.0
88
hooks:
99
- id: trailing-whitespace
1010
files: (^|/)a/.+\.(py|html|sh|css|js)$
1111
- id: check-added-large-files
1212
args: ["--maxkb=2000"]
1313

1414
# Linting with ruff
15-
- repo: https://github.com/charliermarsh/ruff-pre-commit
15+
- repo: https://github.com/astral-sh/ruff-pre-commit
1616
# Ruff version.
17-
rev: 'v0.1.6'
17+
rev: 'v0.15.12'
1818
hooks:
1919
- id: ruff
2020
types_or: [ python, pyi, jupyter ]

0 commit comments

Comments
 (0)