Skip to content

Commit

Permalink
Ignore legacy modifiers in lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Riyaz Haque committed Jan 10, 2025
1 parent a4481d7 commit ff66c72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .flake8
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ ignore = E501,W503,E203

per-file-ignores =
modifiers/*/modifier.py:F403,F405
legacy/modifiers/*/modifier.py:F403,F405

builtins = IPython
exclude =
Expand Down

0 comments on commit ff66c72

Please sign in to comment.