mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-06 21:16:54 +00:00
feat: implement github format
This commit is contained in:
parent
29e9e5df65
commit
818492df2d
4 changed files with 51 additions and 4 deletions
|
|
@ -52,6 +52,7 @@ flake8.extension =
|
|||
W = flake8.plugins.pycodestyle:pycodestyle_physical
|
||||
flake8.report =
|
||||
default = flake8.formatting.default:Default
|
||||
github = flake8.formatting.default:GitHub
|
||||
pylint = flake8.formatting.default:Pylint
|
||||
quiet-filename = flake8.formatting.default:FilenameOnly
|
||||
quiet-nothing = flake8.formatting.default:Nothing
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue