summaryrefslogtreecommitdiffstats
path: root/Tools
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2024-02-02 22:03:25 (GMT)
committerGitHub <noreply@github.com>2024-02-02 22:03:25 (GMT)
commit034bb70aaad5622bd53bad21595b18b8f4407984 (patch)
treecac6f936605284cdbc4915d0849639a1b766378f /Tools
parent1eb873ef458521648f043ddfebe41b24d0cfd87d (diff)
downloadcpython-034bb70aaad5622bd53bad21595b18b8f4407984.zip
cpython-034bb70aaad5622bd53bad21595b18b8f4407984.tar.gz
cpython-034bb70aaad5622bd53bad21595b18b8f4407984.tar.bz2
[3.12] Bump ruff to 0.2.0 (GH-114932) (#114935)
Bump ruff to 0.2.0 (GH-114932) (cherry picked from commit 920b89f62751e64a35fa1bebc03701af6d6f31f2) Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Diffstat (limited to 'Tools')
-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