Skip to content

Commit

Permalink
ignore too many arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
kjmeagher committed Oct 8, 2024
1 parent 30de21e commit b9a4266
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ repos:
- id: codespell
args: [-L, livetime]
- repo: https://github.com/adamchainz/blacken-docs
rev: "1.18.0"
rev: "1.19.0"
hooks:
- id: blacken-docs
- repo: https://github.com/pre-commit/pygrep-hooks
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ warn_unreachable = true
max-line-length = "108"

[tool.pylint.messages_control]
disable = ["W0201", "R0903", "E0401", "C0411"]
disable = ["W0201", "R0903", "E0401", "C0411", "R0917"]

[tool.pytest.ini_options]
addopts = ["--cov=i3astropy", "--doctest-glob=README.md", "-ra", "--strict-config", "--strict-markers"]
Expand Down

0 comments on commit b9a4266

Please sign in to comment.