Skip to content

Commit fd6b342

Browse files
Merge pull request #257 from codacy/bump-pylint-3.3.7
fix pylint version
2 parents 86093e3 + 8bbd4f6 commit fd6b342

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,7 @@ __pycache__
1212
.mypy_cache
1313
*~
1414
.*.swp
15+
16+
17+
#Ignore vscode AI rules
18+
.github/copilot-instructions.md

docs/patterns.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pylintpython3",
3-
"version": "3.3.6",
3+
"version": "3.3.7",
44
"patterns": [
55
{
66
"patternId": "E0103",

0 commit comments

Comments
 (0)