Skip to content

Commit

Permalink
Merge pull request #1247 from flycheck/fix-flake8-make-maint-check
Browse files Browse the repository at this point in the history
Fix flake8 make maint check
  • Loading branch information
cpitclaudel committed May 4, 2017
2 parents 6ab177c + 79e5cd4 commit f8144c3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .flake8
@@ -1,6 +1,6 @@
# -*- mode: conf; -*-
[flake8]
# Ignore all missing docstrings for now, until we have docstrings everywhere
ignore = D100,D101,D102,D103,D105
ignore = D100,D101,D102,D103,D105,D401
exclude = test/resources
inline-quotes = '
3 changes: 0 additions & 3 deletions maint/requirements.txt
Expand Up @@ -9,6 +9,3 @@ pep8>=1.7
pep8-naming>=0.4
flake8-quotes>=0.8
flake8_docstrings>=1.0
# pydocstyle 1.1.0 breaks flake8_docstrings currently, see
# https://gitlab.com/pycqa/flake8-docstrings/issues/16
pydocstyle<1.1.0

0 comments on commit f8144c3

Please sign in to comment.