From bf537c999519df736978b3f8d3840231921b937d Mon Sep 17 00:00:00 2001 From: James McKinney <26463+jpmckinney@users.noreply.github.com> Date: Tue, 13 Jun 2023 18:59:06 -0400 Subject: [PATCH] chore: flake8 --- .gitignore | 1 - docs/conf.py | 2 -- setup.cfg | 2 -- 3 files changed, 5 deletions(-) diff --git a/.gitignore b/.gitignore index 62c9247..c375686 100644 --- a/.gitignore +++ b/.gitignore @@ -2,7 +2,6 @@ *.pyc *.swp *.swo -.tox *.egg-info docs/_build dist diff --git a/docs/conf.py b/docs/conf.py index a5d89db..f31a43a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -26,8 +26,6 @@ templates_path = ['_templates'] exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store'] - - # -- Options for HTML output ------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output diff --git a/setup.cfg b/setup.cfg index 2b3b52f..583f8fa 100644 --- a/setup.cfg +++ b/setup.cfg @@ -4,8 +4,6 @@ per-file-ignores = # imported but unused agatedbf/__init__.py: F401 example.py: F401 - # block comment should start with '# ' - docs/conf.py: E265 [isort] line_length = 119