Skip to content

Commit

Permalink
Merge pull request #32 from lsst/tickets/DM-47440-hotfix
Browse files Browse the repository at this point in the history
DM-47440-hotfix: Ignore N801 rule
  • Loading branch information
arunkannawadi authored Nov 13, 2024
2 parents 6f65fb9 + 77d7ab4 commit 0f08755
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[flake8]
max-line-length = 110
max-doc-length = 79
ignore = E133, E226, E228, N802, N803, N806, N812, N813, N815, N816, W503
ignore = E133, E226, E228, N801, N802, N803, N806, N812, N813, N815, N816, W503
exclude =
bin,
doc,
Expand Down

0 comments on commit 0f08755

Please sign in to comment.