Skip to content

Commit

Permalink
chore: Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
akalex committed Apr 13, 2023
1 parent 3d4f623 commit 4443295
Show file tree
Hide file tree
Showing 3 changed files with 227 additions and 279 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
exclude: '^tests'
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.1.0
rev: v4.3.0
hooks:
# forgotten debugger imports like pdb
- id: debug-statements
Expand All @@ -12,14 +12,14 @@ repos:
- id: check-yaml

- repo: https://github.com/psf/black
rev: 22.3.0
rev: 22.10.0
hooks:
- id: black
language_version: python3.8
args: [--line-length=120, --skip-string-normalization]

- repo: https://gitlab.com/pycqa/flake8
rev: 4.0.1
rev: 5.0.4
hooks:
- id: flake8

Expand All @@ -30,7 +30,7 @@ repos:
stages: [commit]

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.950
rev: v0.991
hooks:
- id: mypy
args: [--no-error-summary, --hide-error-codes, --follow-imports=skip]
Expand Down
Loading

0 comments on commit 4443295

Please sign in to comment.