Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#68)
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.git: v3.2.7 → v3.3.0](https://github.com/pycqa/pylint.git/compare/v3.2.7...v3.3.0)

* do not test for too-many-positional-arguments

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Sebastian Gumprich <[email protected]>
  • Loading branch information
pre-commit-ci[bot] and rndmh3ro authored Sep 24, 2024
1 parent a3c74b3 commit f6f38d1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ repos:
- id: black

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.6.5"
rev: "v0.6.7"
hooks:
- id: ruff
args:
Expand All @@ -58,11 +58,12 @@ repos:
- id: darglint

- repo: https://github.com/pycqa/pylint.git
rev: v3.2.7
rev: v3.3.0
hooks:
- id: pylint
args:
- --output-format=colorized
- --disable=too-many-positional-arguments
additional_dependencies:
- configargparse
- pytest
Expand Down

0 comments on commit f6f38d1

Please sign in to comment.