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/asottile/pyupgrade: v3.18.0 → v3.19.0](asottile/pyupgrade@v3.18.0...v3.19.0)
- [github.com/pylint-dev/pylint: v3.3.1 → v3.3.2](pylint-dev/pylint@v3.3.1...v3.3.2)
- [github.com/pre-commit/mirrors-mypy: v1.12.1 → v1.13.0](pre-commit/mirrors-mypy@v1.12.1...v1.13.0)
  • Loading branch information
pre-commit-ci[bot] authored and Pierre-Sassoulas committed Dec 2, 2024
1 parent d004fbe commit 0863808
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.18.0
rev: v3.19.0
hooks:
- id: pyupgrade
args: [--py38-plus]
Expand All @@ -39,13 +39,13 @@ repos:
- id: flake8
exclude: *test-data
- repo: https://github.com/pylint-dev/pylint
rev: v3.3.1
rev: v3.3.2
hooks:
- id: pylint
exclude: *test-data
args: ["--disable=import-error, cyclic-import"]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.12.1
rev: v1.13.0
hooks:
- id: mypy
args: [--config-file=pyproject.toml]
Expand Down

0 comments on commit 0863808

Please sign in to comment.