Skip to content

Commit

Permalink
Update dependencies + black formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jaharkes committed Jul 23, 2024
1 parent 00c8e20 commit 59a98f8
Show file tree
Hide file tree
Showing 3 changed files with 379 additions and 355 deletions.
14 changes: 7 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repos:
- id: check-useless-excludes

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: check-added-large-files
- id: check-merge-conflict
Expand All @@ -20,7 +20,7 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/asottile/pyupgrade
rev: v3.15.0
rev: v3.16.0
hooks:
- id: pyupgrade
name: Modernize python code
Expand All @@ -34,33 +34,33 @@ repos:
- flake8-bugbear

- repo: https://github.com/PyCQA/isort
rev: 5.12.0
rev: 5.13.2
hooks:
- id: isort
name: Reorder python imports with isort

- repo: https://github.com/psf/black
rev: 23.11.0
rev: 24.4.2
hooks:
- id: black
name: Format python code with black
language_version: python3

- repo: https://github.com/asottile/blacken-docs
rev: 1.16.0
rev: 1.18.0
hooks:
- id: blacken-docs
name: Format python code in documentation

- repo: https://github.com/PyCQA/flake8
rev: 6.1.0
rev: 7.1.0
hooks:
- id: flake8
name: Lint python code with flake8
additional_dependencies: *flake_deps

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.7.0
rev: v1.11.0
hooks:
- id: mypy
name: Check type hints with mypy
Expand Down
Loading

0 comments on commit 59a98f8

Please sign in to comment.