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 b708e8f commit 7aed796Copy full SHA for 7aed796
flake8_only_english/checker.py
@@ -6,7 +6,7 @@
6
7
class NonEnglishChecker:
8
name = "flake8-only-english"
9
- version = "0.3.1"
+ version = "0.3.2"
10
11
nle_comments = True
12
nle_strings = True
pyproject.toml
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
[project]
-version = "0.3.1"
+version = "0.3.2"
description = "Flake8 plugin to detect non-English comments and string literals"
readme = "README.md"
authors = [
0 commit comments