forked from github/pelican
Remove obsolete linters: Flake8, Black, isort
This commit is contained in:
parent
805ca9b4a9
commit
08785f714f
3 changed files with 1 additions and 7 deletions
|
|
@ -91,11 +91,7 @@ dev = [
|
|||
"pytest-sugar>=0.9.7",
|
||||
"pytest-xdist>=3.3.1",
|
||||
"tox>=4.11.3",
|
||||
"flake8>=6.1.0",
|
||||
"flake8-import-order>=0.18.2",
|
||||
"invoke>=2.2.0",
|
||||
"isort>=5.12.0",
|
||||
"black>=23.10.1",
|
||||
"ruff>=0.1.3",
|
||||
"tomli>=2.0.1; python_version < \"3.11\"",
|
||||
]
|
||||
|
|
|
|||
|
|
@ -1,2 +0,0 @@
|
|||
flake8==3.9.2
|
||||
flake8-import-order
|
||||
2
tox.ini
2
tox.ini
|
|
@ -1,5 +1,5 @@
|
|||
[tox]
|
||||
envlist = py{3.8,3.9,3.10,3.11.3.12},docs,flake8
|
||||
envlist = py{3.8,3.9,3.10,3.11.3.12},docs
|
||||
|
||||
[testenv]
|
||||
basepython =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue