Commit 57ef6172 authored by AUTOMATIC's avatar AUTOMATIC

integrate the PR's config

parent 837d3a94
...@@ -2,7 +2,10 @@ ...@@ -2,7 +2,10 @@
target-version = "py310" target-version = "py310"
exclude = ["extensions"] exclude = [
"extensions",
"extensions-disabled",
]
ignore = [ ignore = [
"E501", # Line too long "E501", # Line too long
......
target-version = "py310"
select = [
"E999", # syntax error
]
extend-exclude = [
"extensions",
"extensions-disabled",
]
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment