Skip to content

Commit

Permalink
Fixed flake8 section in setup.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
ozer550 committed Dec 27, 2021
1 parent db5fce2 commit c578dce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion setup.cfg
@@ -1,8 +1,9 @@
[flake8]
# Excludes due to known issues or incompatibilities with black:
# BLK100: Black would make changes. https://pypi.org/project/flake8-black/
# W503: https://github.com/psf/black/search?q=W503&unscoped_q=W503
# E231: https://github.com/psf/black/issues/1202

ignore = BLK100,E231,W503
statistics = 1
# black official is 88
max-line-length = 88
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -38,7 +38,7 @@
install_requires=requirements,
license='BSD',
zip_safe=False,
classifiers=[
classifiers=[
"Development Status :: 5 - Production/Stable",
"Environment :: Console",
"Intended Audience :: Developers",
Expand Down Expand Up @@ -67,4 +67,4 @@
"package",
"packaging",
],
)
)

0 comments on commit c578dce

Please sign in to comment.