Skip to content

Commit 0317db6

Browse files
author
Vladimir Rudnyh
committed
Update version to 2.4.3
1 parent 3d5fd57 commit 0317db6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flake8Lint.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
from lint import lint, lint_external, load_flake8_config, tools_versions
2525

2626

27-
__version__ = '2.4.1'
27+
__version__ = '2.4.3'
2828

2929
# copy-pasted from flake8.engine
3030
FLAKE8_NOQA = re.compile(r'flake8[:=]\s*noqa', re.I).search

0 commit comments

Comments
 (0)