Skip to content

Commit

Permalink
fix typo in flake8 config
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippvK committed Apr 26, 2024
1 parent 3006bfe commit 53b8c25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ disable = duplicate-code,fixme

[flake8]
max-line-length = 120
# ingore = E203,W503
exclude = seal5/frontends/coredsl2_seal5/parser_gen
extend-ignore = E203,W503
exclude = seal5/frontends/coredsl2_seal5/parser_gen,seal5/resources/

0 comments on commit 53b8c25

Please sign in to comment.