Skip to content

Commit

Permalink
--check
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed Feb 20, 2024
1 parent aed99ad commit 7b7c163
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
run: ruff gluonts
- name: DocFormatter
working-directory: src/
run: docformatter -r gluonts
run: docformatter -r gluonts --check
9 changes: 3 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,9 @@ filterwarnings = "ignore"
[tool.ruff]
line-length = 79

ignore = [
# line-length is handled by black
"E501",

# TODO: remove usage of `l`
"E741"
lint.ignore = [
"E501", # line-length is handled by black
"E741" # TODO: remove usage of `l`
]

exclude = ["src/gluonts/nursery"]
Expand Down

0 comments on commit 7b7c163

Please sign in to comment.