Skip to content

Commit c05690f

Browse files
Bump to version 3.0.3 TS-731 (#197)
1 parent dd37a8b commit c05690f

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2.1
22

33
orbs:
44
codacy: codacy/base@10.11.1
5-
codacy_plugins_test: codacy/plugins-test@1.1.1
5+
codacy_plugins_test: codacy/plugins-test@2.0.6
66

77
workflows:
88
version: 2

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.0.2",
3+
"version": "3.0.3",
44
"patterns": [
55
{
66
"patternId": "E0103",

requirements.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pylint==3.0.2
1+
pylint==3.0.3
22
Django==5.0.1
33
pylint-django==2.5.5
44
Flask==3.0.0
@@ -8,4 +8,5 @@ pylint-celery==0.3
88
SaltPyLint==2023.8.3
99
jsonpickle==3.0.2
1010
asttokens==2.4.1
11-
pylint-beam==0.1.2
11+
pylint-beam==0.1.2
12+
pylint-pytest==1.1.7

0 commit comments

Comments
 (0)