summaryrefslogtreecommitdiffstats
path: root/Tools/clinic
diff options
context:
space:
mode:
authorAlex Waygood <Alex.Waygood@Gmail.com>2024-02-02 21:04:15 (GMT)
committerGitHub <noreply@github.com>2024-02-02 21:04:15 (GMT)
commit920b89f62751e64a35fa1bebc03701af6d6f31f2 (patch)
treed25ccfbc8dcc5b7e46cd3d85ee57e7a83caf4be1 /Tools/clinic
parent7e2703bbff09c3c72c225790e5c71f423351b2d1 (diff)
downloadcpython-920b89f62751e64a35fa1bebc03701af6d6f31f2.zip
cpython-920b89f62751e64a35fa1bebc03701af6d6f31f2.tar.gz
cpython-920b89f62751e64a35fa1bebc03701af6d6f31f2.tar.bz2
Bump ruff to 0.2.0 (#114932)
Diffstat (limited to 'Tools/clinic')
-rw-r--r--Tools/clinic/.ruff.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Tools/clinic/.ruff.toml b/Tools/clinic/.ruff.toml
index cbb3a9a..c019572 100644
--- a/Tools/clinic/.ruff.toml
+++ b/Tools/clinic/.ruff.toml
@@ -1,5 +1,7 @@
target-version = "py310"
fix = true
+
+[lint]
select = [
"F", # Enable all pyflakes rules
"UP", # Enable all pyupgrade rules by default