From ede765f53f4373914fd169205ab462ce994aa745 Mon Sep 17 00:00:00 2001 From: Pawel Lampe Date: Sun, 7 Jan 2024 19:16:39 +0100 Subject: [PATCH] Bump pylint dependency --- setup.py | 2 +- tox.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index a8d428ae..4f41f184 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name="gdtoolkit", - version="4.2.2", + version="4.2.3", description="Independent set of tools for working with GDScript - parser, linter and formatter", keywords=["GODOT", "GDSCRIPT", "PARSER", "LINTER", "FORMATTER"], url="https://github.com/Scony/godot-gdscript-toolkit", diff --git a/tox.ini b/tox.ini index 00a14f18..979c83ee 100644 --- a/tox.ini +++ b/tox.ini @@ -12,7 +12,7 @@ commands = deps = pytest > 5 hypothesis == 6.15.0 - pylint == 2.15.2 + pylint == 3.0.3 typing-extensions mccabe flake8 == 5.0.4