Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/github_actions/docker/login-actio…
Browse files Browse the repository at this point in the history
…n-3.3.0
  • Loading branch information
Remi-Gau authored Aug 6, 2024
2 parents 2e1c602 + 2f8328f commit 42a7a87
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 42a7a87

Please sign in to comment.