Skip to content

Commit 63d85dc

Browse files
author
Vladimir Rudnyh
committed
Update version to 2.4.1
1 parent 33d2511 commit 63d85dc

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.0'
27+
__version__ = '2.4.1'
2828

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

0 commit comments

Comments
 (0)