Skip to content

Commit

Permalink
added ignore for the polytope workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
sametd committed Aug 19, 2024
1 parent b980a77 commit 140b475
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ exclude = .*
extend-ignore = E203,W503
per-file-ignores =
*/__init__.py: F401,F403
polytope_server/common/datasource/polytope.py: E402,F401
[isort]
profile=black
skip_glob=.*

0 comments on commit 140b475

Please sign in to comment.