Skip to content

Commit

Permalink
Bump linter versions (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
psrok1 authored Feb 7, 2025
1 parent f4fc827 commit 0db9aa6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lint_python/constants.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "2.2.1"
USED_LINTERS = ["isort==5.10.1", "black==22.6.0", "flake8==4.0.1", "mypy==0.971"]
__version__ = "2.3.0"
USED_LINTERS = ["isort==5.13.2", "black==24.8.0", "flake8==7.1.1", "mypy==1.14.1"]

0 comments on commit 0db9aa6

Please sign in to comment.