Skip to content

Commit

Permalink
Upgrade pylint and astroid lint dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kami committed Apr 14, 2024
1 parent 637c2ac commit b0e0c53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions requirements-lint.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pep8==1.7.1
flake8==5.0.4
astroid==2.15.8; python_version >= '3.8'
pylint==2.17.7; python_version >= '3.8'
astroid==3.1.0; python_version >= '3.8'
pylint==3.1.0; python_version >= '3.8'
bandit[toml]==1.7.5; python_version >= '3.7'
black==24.4.0; python_version >= '3.7' and implementation_name == "cpython"
isort[pyproject]==5.12.0; python_version >= '3.8'
Expand Down

0 comments on commit b0e0c53

Please sign in to comment.