1
0
Fork 0
forked from github/pelican

Remove obsolete linters: Flake8, Black, isort

This commit is contained in:
Justin Mayer 2023-10-30 19:35:59 +01:00
commit 08785f714f
3 changed files with 1 additions and 7 deletions

View file

@ -91,11 +91,7 @@ dev = [
"pytest-sugar>=0.9.7", "pytest-sugar>=0.9.7",
"pytest-xdist>=3.3.1", "pytest-xdist>=3.3.1",
"tox>=4.11.3", "tox>=4.11.3",
"flake8>=6.1.0",
"flake8-import-order>=0.18.2",
"invoke>=2.2.0", "invoke>=2.2.0",
"isort>=5.12.0",
"black>=23.10.1",
"ruff>=0.1.3", "ruff>=0.1.3",
"tomli>=2.0.1; python_version < \"3.11\"", "tomli>=2.0.1; python_version < \"3.11\"",
] ]

View file

@ -1,2 +0,0 @@
flake8==3.9.2
flake8-import-order

View file

@ -1,5 +1,5 @@
[tox] [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] [testenv]
basepython = basepython =