We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 800d2b7 commit d8732b6Copy full SHA for d8732b6
flake8_only_english/checker.py
@@ -6,7 +6,7 @@
6
7
class NonEnglishChecker:
8
name = "flake8-only-english"
9
- version = "0.2.0"
+ version = "0.3.0"
10
11
nle_comments = True
12
nle_strings = True
pyproject.toml
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
[project]
-version = "0.2.0"
+version = "0.3.0"
description = "Flake8 plugin to detect non-English comments and string literals"
readme = "README.md"
authors = [
0 commit comments