Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/charliermarsh/ruff-pre-commit: v0.0.259 → v0.0.260](astral-sh/ruff-pre-commit@v0.0.259...v0.0.260)
- [github.com/PyCQA/pylint: v2.17.1 → v3.0.0a6](pylint-dev/pylint@v2.17.1...v3.0.0a6)
  • Loading branch information
pre-commit-ci[bot] committed Apr 3, 2023
1 parent 43d76a6 commit 71843aa
Showing 1 changed file with 2 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 @@ -35,13 +35,13 @@ repos:
args: [--py310-plus]

- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.0.259
rev: v0.0.260
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]

- repo: https://github.com/PyCQA/pylint
rev: v2.17.1
rev: v3.0.0a6
hooks:
- id: pylint

Expand Down

0 comments on commit 71843aa

Please sign in to comment.