Skip to content

Commit

Permalink
Merge pull request #212 from Jakub3628800/update-deps
Browse files Browse the repository at this point in the history
upgrade packages
  • Loading branch information
Jakub3628800 authored Apr 19, 2024
2 parents 09c0640 + 8418b32 commit 3071fd0
Show file tree
Hide file tree
Showing 2 changed files with 218 additions and 218 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,19 @@ repos:
- id: ruff-format

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.8.0
rev: v1.9.0
hooks:
- id: mypy
args: [--explicit-package-bases, --namespace-packages]
exclude: "upload_test_coverage.py"

- repo: https://github.com/jazzband/pip-tools
rev: 7.3.0
rev: 7.4.1
hooks:
- id: pip-compile

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: trailing-whitespace
- id: check-added-large-files
Expand Down
Loading

0 comments on commit 3071fd0

Please sign in to comment.