Skip to content

Commit

Permalink
fix: update docu
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielHieber committed Sep 4, 2024
1 parent a9b7249 commit eb28dca
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/flake8.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ extend-ignore =
# ignore multi-statement per line (because of 'name: type' error)
E731,
# allow lambdas
E265,
# ignore block comment should start with '# '
E231,
# ignore missing whitespace after ','
W503
# ignore line break before binary operator
max-line-length = 120
4 changes: 2 additions & 2 deletions .github/.isort.cfg → .github/isort.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ src_paths=aucmedi
line_length=120
known_first_party=aucmedi
import_heading_stdlib = "Python Standard Library"
import_heading_thirdparty = "External Libraries"
import_heading_firstparty = "Internal libraries/scripts"
import_heading_thirdparty = "Third Party Libraries"
import_heading_firstparty = "Internal Modules"

0 comments on commit eb28dca

Please sign in to comment.