Skip to content

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
justinchuby committed Feb 4, 2024
1 parent d5a8263 commit 0d5ef5b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .lintrunner.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ init_command = [
'run',
'pip_init',
'--dry-run={{DRYRUN}}',
'flake8==5.0.4',
'flake8-bugbear==22.10.27',
'flake8-pyi==22.11.0',
'dlint==0.13.0',
'flake8-docstrings==1.6.0',
'flake8==7.0.0',
'flake8-bugbear==24.1.17',
'flake8-pyi==24.1.0',
'dlint==0.14.1',
'flake8-docstrings==1.7.0',
]

[[linter]]
Expand Down Expand Up @@ -197,7 +197,7 @@ init_command = [
'run',
'pip_init',
'--dry-run={{DRYRUN}}',
'pylint==2.15.5',
'pylint==3.0.3',
]

[[linter]]
Expand Down

0 comments on commit 0d5ef5b

Please sign in to comment.