Skip to content

Commit

Permalink
Update dependencies (#27)
Browse files Browse the repository at this point in the history
Closes #26
  • Loading branch information
jmsmkn authored Jul 2, 2024
1 parent cffa44e commit 7dc9b9a
Show file tree
Hide file tree
Showing 5 changed files with 928 additions and 174 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: check-docstring-first
- id: debug-statements
- id: end-of-file-fixer
- id: mixed-line-ending
- id: trailing-whitespace
- repo: https://github.com/asottile/pyupgrade
rev: v3.15.0
rev: v3.16.0
hooks:
- id: pyupgrade
language: python
Expand All @@ -18,12 +18,12 @@ repos:
hooks:
- id: isort
- repo: https://github.com/ambv/black
rev: 24.1.1
rev: 24.4.2
hooks:
- id: black
language: python
- repo: https://github.com/PyCQA/flake8
rev: 7.0.0
rev: 7.1.0
hooks:
- id: flake8
language: python
Expand All @@ -35,7 +35,7 @@ repos:
- mccabe
- yesqa
- repo: https://github.com/pre-commit/mirrors-mypy
rev: 'v1.8.0'
rev: 'v1.10.1'
hooks:
- id: mypy
additional_dependencies:
Expand Down
Loading

0 comments on commit 7dc9b9a

Please sign in to comment.