Skip to content

Commit

Permalink
Remove obsolete linters: Flake8, Black, isort
Browse files Browse the repository at this point in the history
  • Loading branch information
justinmayer committed Oct 30, 2023
1 parent 805ca9b commit 08785f7
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
4 changes: 0 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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\"",
]
Expand Down
2 changes: 0 additions & 2 deletions requirements/style.pip

This file was deleted.

2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -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 =
Expand Down

0 comments on commit 08785f7

Please sign in to comment.