Skip to content

Commit 85835a6

Browse files
committed
feat(ruff): Update linter, rules and fix code accordingly
1 parent a8108b7 commit 85835a6

File tree

12 files changed

+722
-146
lines changed

12 files changed

+722
-146
lines changed

.gitignore

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,11 @@ __pycache__
77
/.cache
88
/.eggs
99
/.mypy_cache
10+
/.pytest_cache
11+
/.ruff_cache
12+
/.devbox
13+
1014
/coverage.xml
11-
/AUTHORS
12-
/ChangeLog
1315
/dist/
1416
/build/
1517
/docs/build

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
3-
rev: v0.3.3
3+
rev: v0.6.9
44
hooks:
55
- id: ruff
66
- id: ruff-format
77
- repo: https://github.com/pycqa/doc8
8-
rev: v1.1.1
8+
rev: v1.1.2
99
hooks:
1010
- id: doc8

0 commit comments

Comments
 (0)