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 dd37a8b commit c05690fCopy full SHA for c05690f
.circleci/config.yml
@@ -2,7 +2,7 @@ version: 2.1
2
3
orbs:
4
codacy: codacy/base@10.11.1
5
- codacy_plugins_test: codacy/plugins-test@1.1.1
+ codacy_plugins_test: codacy/plugins-test@2.0.6
6
7
workflows:
8
version: 2
docs/patterns.json
@@ -1,6 +1,6 @@
1
{
"name": "pylintpython3",
- "version": "3.0.2",
+ "version": "3.0.3",
"patterns": [
"patternId": "E0103",
requirements.txt
@@ -1,4 +1,4 @@
-pylint==3.0.2
+pylint==3.0.3
Django==5.0.1
pylint-django==2.5.5
Flask==3.0.0
@@ -8,4 +8,5 @@ pylint-celery==0.3
SaltPyLint==2023.8.3
9
jsonpickle==3.0.2
10
asttokens==2.4.1
11
-pylint-beam==0.1.2
+pylint-beam==0.1.2
12
+pylint-pytest==1.1.7
0 commit comments