1
0
Fork 0
mirror of https://github.com/cisagov/log4j-affected-db.git synced 2024-09-19 19:12:38 +00:00
Commit graph

3 commits

Author SHA1 Message Date
Jeremy Frasier
8e0b1d7386
Add pydoc warnings to flake8 config
Also add flake8-docstrings as an additional dependency in the
.pre-commit-config.yml file.
2019-05-03 14:30:56 -04:00
Jeremy Frasier
c9f8b72147
Ignore W503 from flake8
This is a warning about line breaks before binary operators.  It no
longer agrees with PEP8.  See, for example, here:
https://github.com/ambv/black/issues/21.

Guido agrees here:
c59c4376ad.
2019-04-15 11:43:55 -04:00
Jeremy Frasier
abcda87e2e
First commit 2019-03-11 08:52:57 -04:00