Skip to content

Commit 17e4ec4

Browse files
committed
lint
1 parent 9877750 commit 17e4ec4

16 files changed

+816
-659
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ exclude: ^(tests)
33
repos:
44
- repo: https://github.com/astral-sh/ruff-pre-commit
55
# Ruff version.
6-
rev: v0.2.2
6+
rev: v0.4.1
77
hooks:
88
# Run the linter.
99
- id: ruff
10-
args: [ --fix ]
10+
args: [ --fix, --unsafe-fixes]
1111
# Run the formatter.
1212
- id: ruff-format
1313
- repo: https://github.com/pre-commit/mirrors-mypy

0 commit comments

Comments
 (0)