Skip to content

Commit

Permalink
chore: Use setup.cfg instead of .flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Nov 25, 2021
1 parent f20dee4 commit 9bea059
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .flake8 → setup.cfg
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[flake8]
max-line-length = 119
per-file-ignores =
kingfisher_scrapy/settings.py:E265
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from setuptools import setup, find_packages
from setuptools import find_packages, setup

# This project is not intended to be released or used as a Python package. This file only exists for scrapyd-client.
# https://github.com/scrapy/scrapyd-client/blob/v1.1.0/README.rst
Expand Down

0 comments on commit 9bea059

Please sign in to comment.