Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#399)
Browse files Browse the repository at this point in the history
updates:
- [github.com/asottile/pyupgrade: v3.15.2 → v3.16.0](asottile/pyupgrade@v3.15.2...v3.16.0)
- [github.com/pycqa/pylint: v3.2.2 → v3.2.3](pylint-dev/pylint@v3.2.2...v3.2.3)

Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
  • Loading branch information
pre-commit-ci[bot] and Pierre-Sassoulas authored Jun 10, 2024
1 parent ae2d4e0 commit 01e330e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ repos:
- --remove-duplicate-keys
- --remove-unused-variables
- repo: https://github.com/asottile/pyupgrade
rev: v3.15.2
rev: v3.16.0
hooks:
- id: pyupgrade
args: [--py38-plus]
Expand All @@ -38,8 +38,8 @@ repos:
hooks:
- id: flake8
exclude: *test-data
- repo: https://github.com/pycqa/pylint
rev: v3.2.2
- repo: https://github.com/pylint-dev/pylint
rev: v3.2.3
hooks:
- id: pylint
exclude: *test-data
Expand Down

0 comments on commit 01e330e

Please sign in to comment.