Skip to content

Commit

Permalink
Disable qa checks on docs/conf.py (due to tabs in indentation); disal…
Browse files Browse the repository at this point in the history
…low tabs elsewhere. Fixes #326.
  • Loading branch information
jaraco committed May 11, 2018
1 parent 61b7bf1 commit 22896c0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions .flake8
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
[flake8]
ignore =
# Allow tabs for indentation
W191
# W503 violates spec https://github.com/PyCQA/pycodestyle/issues/513
W503
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# flake8: noqa

extensions = [
'sphinx.ext.autodoc',
Expand Down

0 comments on commit 22896c0

Please sign in to comment.