Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#165)
Browse files Browse the repository at this point in the history
* [pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/pre-commit/mirrors-mypy: v1.11.0 → v1.11.1](pre-commit/mirrors-mypy@v1.11.0...v1.11.1)
- [github.com/PyCQA/flake8: 7.1.0 → 7.1.1](PyCQA/flake8@7.1.0...7.1.1)

* fix types

* rm redundant workflows

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Remi Gau <[email protected]>
  • Loading branch information
pre-commit-ci[bot] and Remi-Gau authored Aug 6, 2024
1 parent f67c572 commit 2f8328f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 71 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/run_precommit.yml

This file was deleted.

53 changes: 0 additions & 53 deletions .github/workflows/update_precommit_hooks.yml

This file was deleted.

6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ repos:
- id: check-added-large-files
args: ['--maxkb=1000']
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.11.0
rev: v1.11.1
hooks:
- id: mypy
additional_dependencies: [types-all, pandas-stubs, types-tqdm]
additional_dependencies: [pandas-stubs, types-tqdm, types-setuptools, types-Jinja2]
args: [--config-file=pyproject.toml]
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 24.4.2
Expand All @@ -29,7 +29,7 @@ repos:
args: ["--skip=*.svg"]
exclude: 'paper/.*'
- repo: https://github.com/PyCQA/flake8
rev: 7.1.0
rev: 7.1.1
hooks:
- id: flake8
- repo: https://github.com/hadolint/hadolint
Expand Down
2 changes: 1 addition & 1 deletion tools/mist2templateflow
Submodule mist2templateflow updated 0 files

0 comments on commit 2f8328f

Please sign in to comment.