mirror of
https://github.com/andreinechaev/nvcc4jupyter.git
synced 2026-06-13 18:50:47 +05:30
Move flake8 config from toml to .flake8 as flake8 does not play nice with pyproject.toml and add pre-commit hook for flake8
This commit is contained in:
Vendored
+2
-1
@@ -24,7 +24,8 @@
|
||||
"--config=pyproject.toml"
|
||||
],
|
||||
"flake8.args": [
|
||||
"--toml-config=pyproject.toml"
|
||||
"--config",
|
||||
".flake8"
|
||||
],
|
||||
"isort.args": [
|
||||
"--settings-path=pyproject.toml"
|
||||
|
||||
Reference in New Issue
Block a user