Skip to content

Commit

Permalink
chore: ignore node_modules for flake8
Browse files Browse the repository at this point in the history
Explicitly ignore the locally downloaded nodejs modules when running
flake8 (as flake8 does not use .gitignore); this way it is possible to
run flake8 while developing and running tests.
  • Loading branch information
ptoscano committed Aug 5, 2024
1 parent 9b35f44 commit d5e2941
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .flake8
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,5 @@ extend-exclude =
src/lib/,
subscription-manager/,
test/common/,
# node modules
node_modules/,

0 comments on commit d5e2941

Please sign in to comment.