Skip to content

Commit fa61120

Browse files
authored
Drop mentions of previously removed black and isort (#1180)
1 parent f428d50 commit fa61120

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

requirements/lint.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
-r ci.txt
22
-r towncrier.txt
33

4-
black==25.1.0
5-
isort==6.0.1
64
pre-commit==4.2.0

setup.cfg

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,3 @@ install_requires =
4646
typing-extensions >= 4.1.0; python_version < '3.11'
4747
packages =
4848
multidict
49-
50-
51-
[isort]
52-
multi_line_output=3
53-
include_trailing_comma=True
54-
force_grid_wrap=0
55-
use_parentheses=True
56-
57-
known_first_party=multidict
58-
known_third_party=pytest

0 commit comments

Comments
 (0)