Skip to content

Commit

Permalink
Merge branch 'master' into feature/render-cube-files
Browse files Browse the repository at this point in the history
  • Loading branch information
yakutovicha committed Nov 20, 2024
2 parents 10e8277 + a5a388f commit 17a4439
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 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/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: end-of-file-fixer
exclude: ^.*data/
Expand All @@ -22,17 +22,17 @@ repos:
hooks:
- id: autoflake
- repo: https://github.com/asottile/pyupgrade
rev: v3.15.2
rev: v3.16.0
hooks:
- id: pyupgrade
args: [--py39-plus]
- repo: https://github.com/psf/black
rev: 24.3.0
rev: 24.4.2
hooks:
- id: black
language_version: python3
- repo: https://github.com/PyCQA/flake8
rev: 7.0.0
rev: 7.1.0
hooks:
- id: flake8
args: [--count, --show-source, --statistics]
Expand All @@ -46,7 +46,7 @@ repos:
- pyflakes
- tryceratops
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.9.0
rev: v1.10.1
hooks:
- id: mypy
additional_dependencies:
Expand Down

0 comments on commit 17a4439

Please sign in to comment.