Skip to content

Commit b70f725

Browse files
committed
Upgrade pylint, astroid, black and isort.
1 parent 43c4b84 commit b70f725

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

requirements-lint.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
pep8==1.7.1
22
flake8==5.0.4
3-
astroid==3.1.0; python_version >= '3.8'
4-
pylint==3.1.0; python_version >= '3.8'
3+
astroid==3.3.8; python_version >= '3.8'
4+
pylint==3.3.4; python_version >= '3.8'
55
bandit[toml]==1.7.8; python_version >= '3.7'
6-
black==24.4.0; python_version >= '3.7' and implementation_name == "cpython"
7-
isort[pyproject]==5.12.0; python_version >= '3.8'
6+
black==25.1.0; python_version >= '3.7' and implementation_name == "cpython"
7+
isort[pyproject]==6.0.1; python_version >= '3.8'
88
pyupgrade==3.3.1
99
rstcheck==6.2.4; python_version >= '3.7'
1010
codespell==2.2.5

0 commit comments

Comments
 (0)