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.
2 parents 86093e3 + 8bbd4f6 commit fd6b342Copy full SHA for fd6b342
.gitignore
@@ -12,3 +12,7 @@ __pycache__
12
.mypy_cache
13
*~
14
.*.swp
15
+
16
17
+#Ignore vscode AI rules
18
+.github/copilot-instructions.md
docs/patterns.json
@@ -1,6 +1,6 @@
1
{
2
"name": "pylintpython3",
3
- "version": "3.3.6",
+ "version": "3.3.7",
4
"patterns": [
5
6
"patternId": "E0103",
0 commit comments