Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
MarekPikula committed Dec 30, 2022
1 parent ff79ef5 commit 2ce92dd
Show file tree
Hide file tree
Showing 2 changed files with 628 additions and 662 deletions.
7 changes: 3 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
repos:
- repo: https://github.com/python-poetry/poetry
rev: '1.2.1'
rev: '1.3.0'
hooks:
- id: poetry-check
- repo: https://github.com/ambv/black
rev: 22.8.0
rev: 22.12.0
hooks:
- id: black
language_version: python3.7
exclude: ^example/
- repo: https://github.com/pycqa/isort
rev: 5.10.1
rev: 5.11.4
hooks:
- id: isort
name: isort (python)
Expand Down
Loading

0 comments on commit 2ce92dd

Please sign in to comment.