Skip to content

Commit

Permalink
feat(ruff): Update linter, rules and fix code accordingly
Browse files Browse the repository at this point in the history
  • Loading branch information
mdomke committed Oct 11, 2024
1 parent a8108b7 commit 85835a6
Show file tree
Hide file tree
Showing 12 changed files with 722 additions and 146 deletions.
6 changes: 4 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@ __pycache__
/.cache
/.eggs
/.mypy_cache
/.pytest_cache
/.ruff_cache
/.devbox

/coverage.xml
/AUTHORS
/ChangeLog
/dist/
/build/
/docs/build
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.3.3
rev: v0.6.9
hooks:
- id: ruff
- id: ruff-format
- repo: https://github.com/pycqa/doc8
rev: v1.1.1
rev: v1.1.2
hooks:
- id: doc8
Loading

0 comments on commit 85835a6

Please sign in to comment.