Skip to content

Commit

Permalink
Add flake8 configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
timj committed Jun 27, 2023
1 parent f4fb597 commit 0e41f0f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,11 @@ console_scripts =
validateAvroRoundTrip.py = lsst.alert.packet.bin.validateAvroRoundTrip:main
simulateAlerts.py = lsst.alert.packet.bin.simulateAlerts:main
syncLatestSchemaToRegistry.py = lsst.alert.packet.bin.syncLatestSchemaToRegistry:main

[flake8]
max-line-length = 110
max-doc-length = 79
ignore = E133, E226, E228, N802, N803, N806, N812, N813, N815, N816, W503
exclude =
__init__.py
doc/conf.py

0 comments on commit 0e41f0f

Please sign in to comment.