Skip to content

Commit 272d22a

Browse files
committed
chore: linting
1 parent 9e9ede2 commit 272d22a

File tree

2 files changed

+1379
-1079
lines changed

2 files changed

+1379
-1079
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ exclude: "^docs/conf.py"
22

33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v5.0.0
5+
rev: v6.0.0
66
hooks:
77
- id: trailing-whitespace
88
- id: check-added-large-files
@@ -19,7 +19,7 @@ repos:
1919

2020
# Ruff replaces black, flake8, autoflake and isort
2121
- repo: https://github.com/charliermarsh/ruff-pre-commit
22-
rev: "v0.11.11" # make sure this is always consistent with hatch configs
22+
rev: "v0.13.3" # make sure this is always consistent with hatch configs
2323
hooks:
2424
- id: ruff
2525
args: [--config, ./pyproject.toml]

0 commit comments

Comments
 (0)