diff options
author | Travis Cline <travis.cline@gmail.com> | 2018-08-01 20:07:11 -0700 |
---|---|---|
committer | Travis Cline <travis.cline@gmail.com> | 2018-08-01 20:07:11 -0700 |
commit | 2ac9e454d6de728f8eaa93a3e5eaedae79d25b6d (patch) | |
tree | b549e9a7bdc669e6b082b427b52c56827152783f /doc/ale-python.txt | |
parent | 3aa5e0f9dc615ba8e30ef5a2e978d2c8a7fea17f (diff) | |
download | ale-2ac9e454d6de728f8eaa93a3e5eaedae79d25b6d.zip |
python: add lookup path for flake8 config
Diffstat (limited to 'doc/ale-python.txt')
-rw-r--r-- | doc/ale-python.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/ale-python.txt b/doc/ale-python.txt index 093ea758..b5c469b1 100644 --- a/doc/ale-python.txt +++ b/doc/ale-python.txt @@ -22,6 +22,7 @@ ALE will look for configuration files with the following filenames. > mypy.ini pycodestyle.cfg flake8.cfg + .flake8rc Pipfile Pipfile.lock < |