From aa958de6770f1e629074ce7693f4017fed84ceb4 Mon Sep 17 00:00:00 2001 From: Rongxin Liu Date: Fri, 2 Aug 2024 23:53:39 -0400 Subject: [PATCH] updated pycodestyle version --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 05dfb7d..b224271 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ "clang-format>=18.1.2", "icdiff", "jsbeautifier", - "pycodestyle==2.11.1", + "pycodestyle==2.12.0", "python-magic", "termcolor", "jinja2>=2.10", @@ -40,6 +40,6 @@ ] }, url="https://github.com/cs50/style50", - version="2.10.3", + version="2.10.4", include_package_data=True, )