Skip to content

Commit

Permalink
chore: bump plugin version
Browse files Browse the repository at this point in the history
  • Loading branch information
gforcada committed Nov 18, 2022
1 parent 1379467 commit 7da8d96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake8_isort.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

class Flake8IsortBase:
name = 'flake8_isort'
version = '4.2.1'
version = '5.0.1'
isort_unsorted = 'I001 isort found an import in the wrong position'
no_config_msg = 'I002 no configuration found (.isort.cfg or [isort] in configs)'
isort_blank_req = 'I003 isort expected 1 blank line in imports, found 0'
Expand Down

0 comments on commit 7da8d96

Please sign in to comment.