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/psf/black: 24.8.0 → 24.10.0](psf/black@24.8.0...24.10.0)
- [github.com/pre-commit/mirrors-mypy: v1.11.2 → v1.13.0](pre-commit/mirrors-mypy@v1.11.2...v1.13.0)
- [github.com/PyCQA/pylint: v3.3.1 → v3.3.2](pylint-dev/pylint@v3.3.1...v3.3.2)
  • Loading branch information
pre-commit-ci[bot] authored Dec 2, 2024
1 parent a8a6628 commit 194539a
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 @@ -4,7 +4,7 @@ ci:

repos:
- repo: https://github.com/psf/black
rev: 24.8.0
rev: 24.10.0
hooks:
- id: black
additional_dependencies: ['click<8.1']
Expand All @@ -29,14 +29,14 @@ repos:
description: Forces line endings to the UNIX LF character

- repo: https://github.com/pre-commit/mirrors-mypy
rev: 'v1.11.2'
rev: 'v1.13.0'
hooks:
- id: mypy
args: ["--config-file=.mypy.ini"]
additional_dependencies: ['numpy>=1.21.2']

- repo: https://github.com/PyCQA/pylint
rev: 'v3.3.1'
rev: 'v3.3.2'
hooks:
- id: pylint
name: pylint
Expand Down

0 comments on commit 194539a

Please sign in to comment.