Skip to content

Commit

Permalink
style: Add missing SIM115 exclusions
Browse files Browse the repository at this point in the history
  • Loading branch information
echoix committed Sep 15, 2024
1 parent c65f0cd commit e845c29
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,8 @@ ignore = [
"scripts/db.in.ogr/db.in.ogr.py" = ["SIM115"]
"scripts/db.test/db.test.py" = ["SIM115"]
"scripts/db.univar/db.univar.py" = ["SIM115"]
"scripts/g.extension*/g.extension.py" = ["SIM115"]
"scripts/g.extension/g.extension.py" = ["SIM115"]
"scripts/g.extension.all/g.extension.all.py" = ["SIM115"]
"scripts/g.search.modules/g.search.modules.py" = ["SIM115"]
"scripts/i.in.spotvgt/i.in.spotvgt.py" = ["SIM115"]
"scripts/i.oif/i.oif*.py" = ["SIM115"]
Expand Down

0 comments on commit e845c29

Please sign in to comment.