Skip to content

Commit

Permalink
Merge branch 'main' into issue_820
Browse files Browse the repository at this point in the history
  • Loading branch information
vitthalmagadum committed Sep 26, 2024
2 parents 2c1b884 + 0c6b66c commit 5a19491
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 5a19491

Please sign in to comment.