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/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0)
- [github.com/asottile/pyupgrade: v3.17.0 → v3.19.0](asottile/pyupgrade@v3.17.0...v3.19.0)
- [github.com/pre-commit/mirrors-mypy: v1.11.1 → v1.13.0](pre-commit/mirrors-mypy@v1.11.1...v1.13.0)
- [github.com/mgedmin/check-manifest: 0.49 → 0.50](mgedmin/check-manifest@0.49...0.50)
  • Loading branch information
pre-commit-ci[bot] authored Oct 28, 2024
1 parent 99803f4 commit 518ecf5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: check-added-large-files
- id: check-ast
Expand Down Expand Up @@ -28,7 +28,7 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/asottile/pyupgrade
rev: v3.17.0
rev: v3.19.0
hooks:
- id: pyupgrade

Expand All @@ -44,15 +44,15 @@ repos:
- id: isort

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.11.1
rev: v1.13.0
hooks:
- id: mypy
exclude: ^(tests/|scripts/)
additional_dependencies: ['numpy', 'pandas', 'pandas-stubs', 'qtpy', 'PyQt6', 'pyqtdarktheme']
args: []

- repo: https://github.com/mgedmin/check-manifest
rev: '0.49'
rev: '0.50'
hooks:
- id: check-manifest
stages: [manual]
Expand Down

0 comments on commit 518ecf5

Please sign in to comment.