Skip to content

Commit

Permalink
ignore E721 (type checking) for flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverrahner committed Apr 16, 2024
1 parent 35bc161 commit bf791bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 156 deletions.
154 changes: 0 additions & 154 deletions examples.txt

This file was deleted.

4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[flake8]
ignore = D203
ignore = D203, E721
exclude =
.git,
__pycache__,
.pytest_cache
./agrirouter/__init__.py,
./src/agrirouter/__init__.py,
agrirouter_sdk_python.egg-info,
assets,
old,
Expand Down

0 comments on commit bf791bb

Please sign in to comment.