mirror of
https://github.com/Garmelon/PFERD.git
synced 2026-04-12 07:25:04 +02:00
Reformat and switch to ruff
This commit is contained in:
parent
ee4625be78
commit
2cf0e060ed
31 changed files with 1507 additions and 587 deletions
|
|
@ -3,4 +3,4 @@
|
|||
set -e
|
||||
|
||||
mypy .
|
||||
flake8 PFERD --max-line-length 110
|
||||
ruff check
|
||||
|
|
|
|||
|
|
@ -2,5 +2,4 @@
|
|||
|
||||
set -e
|
||||
|
||||
autopep8 .
|
||||
isort .
|
||||
ruff format
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue