Skip to content

Commit

Permalink
ci: pre-commit autoupdate (#833)
Browse files Browse the repository at this point in the history
* [pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/astral-sh/ruff-pre-commit: v0.6.5 → v0.6.7](astral-sh/ruff-pre-commit@v0.6.5...v0.6.7)
- [github.com/pycqa/pylint: v3.2.7 → v3.3.0](pylint-dev/pylint@v3.2.7...v3.3.0)

* ci: Ignore pylint new R0917

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: gmuloc <[email protected]>
  • Loading branch information
pre-commit-ci[bot] and gmuloc committed Sep 25, 2024
1 parent 3c2c667 commit 0c6b66c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ repos:
- '<!--| ~| -->'

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.5
rev: v0.6.7
hooks:
- id: ruff
name: Run Ruff linter
Expand All @@ -52,7 +52,7 @@ repos:
name: Run Ruff formatter

- repo: https://github.com/pycqa/pylint
rev: "v3.2.7"
rev: "v3.3.0"
hooks:
- id: pylint
name: Check code style with pylint
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -450,6 +450,7 @@ disable = [ # Any rule listed here can be disabled: https://github.com/astral-sh
"keyword-arg-before-vararg",
"protected-access",
"too-many-arguments",
"too-many-positional-arguments", # New in pylint 3.3.0
"wrong-import-position",
"pointless-statement",
"broad-exception-caught",
Expand Down

0 comments on commit 0c6b66c

Please sign in to comment.