Skip to content

Commit

Permalink
update requirements + pre-commit autoupdate
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakub3628800 committed Jul 2, 2024
1 parent 78177d9 commit 45e2712
Show file tree
Hide file tree
Showing 3 changed files with 481 additions and 294 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ default_language_version:
python: python3.10
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.3
rev: v0.5.0
hooks:
- id: ruff
args: [ --fix ]
- id: ruff-format

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.10.0
rev: v1.10.1
hooks:
- id: mypy
args: [--explicit-package-bases, --namespace-packages]
Expand Down
1 change: 0 additions & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: "3.8"
services:
postgres:
image: 'postgres:13'
Expand Down
Loading

0 comments on commit 45e2712

Please sign in to comment.