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/pycqa/pylint: v3.2.3 → v3.2.4](pylint-dev/pylint@v3.2.3...v3.2.4)
- [github.com/pre-commit/mirrors-mypy: v1.10.0 → v1.10.1](pre-commit/mirrors-mypy@v1.10.0...v1.10.1)
  • Loading branch information
pre-commit-ci[bot] authored Jul 1, 2024
1 parent 2e2f491 commit 0f1b35f
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 @@ -52,7 +52,7 @@ repos:
name: Run Ruff formatter

- repo: https://github.com/pycqa/pylint
rev: "v3.2.3"
rev: "v3.2.4"
hooks:
- id: pylint
name: Check code style with pylint
Expand Down Expand Up @@ -80,7 +80,7 @@ repos:
types: [text]

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.10.0
rev: v1.10.1
hooks:
- id: mypy
name: Check typing with mypy
Expand Down

0 comments on commit 0f1b35f

Please sign in to comment.