Browse Source

Use setup.cfg for flake8 config default

master
10sr 5 years ago
parent
commit
a6e9618cc5
Signed by: 10sr GPG Key ID: 7BEC428194130EB2
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      emacs.el

+ 1
- 0
emacs.el View File

@@ -1345,6 +1345,7 @@ found, otherwise returns nil."
)

(set-variable 'flycheck-python-mypy-ini ".mypy.ini")
(set-variable 'flycheck-flake8rc "setup.cfg")

(set-variable 'flycheck-python-pylint-executable "python3")
(set-variable 'flycheck-python-pycompile-executable "python3")


Loading…
Cancel
Save