Skip to content

Commit

Permalink
Sync with WeblateOrg/meta
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed Oct 3, 2023
1 parent 9e3e7bb commit 5f2ecad
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,6 @@ repos:
rev: 5.12.0
hooks:
- id: isort
- repo: https://github.com/asottile/pyupgrade
rev: v3.14.0
hooks:
- id: pyupgrade
args: [--py37-plus]
- repo: https://github.com/psf/black
rev: 23.9.1
hooks:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
profile = "black"

[tool.ruff]
format = "github"
ignore = [
"D10", # TODO: we are missing many docstrings
"D203", # CONFIG: incompatible with D211
Expand All @@ -14,6 +13,7 @@ ignore = [
"PLR2004", # TODO: Magic value used in comparison, consider replacing 201 with a constant variable
"N818" # TODO: exception naming
]
output-format = "github"
select = [
"E",
"F",
Expand Down

0 comments on commit 5f2ecad

Please sign in to comment.