Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-oleshkevich committed Apr 27, 2023
1 parent 6d9bdfe commit de8eaa7
Show file tree
Hide file tree
Showing 5 changed files with 350 additions and 379 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ default_stages: [ commit ]

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
rev: v4.4.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand All @@ -24,12 +24,12 @@ repos:
- id: check-executables-have-shebangs

- repo: https://github.com/pycqa/isort
rev: 5.10.1
rev: 5.12.0
hooks:
- id: isort

- repo: https://github.com/psf/black.git
rev: 22.10.0
rev: 23.3.0
hooks:
- id: black

Expand All @@ -41,12 +41,12 @@ repos:


- repo: https://github.com/pycqa/flake8
rev: 5.0.4
rev: 6.0.0
hooks:
- id: flake8

- repo: https://github.com/pre-commit/mirrors-mypy
rev: 'v0.990'
rev: 'v1.2.0'
hooks:
- id: mypy
files: "starlette_babel|examples|tests"
Expand All @@ -57,7 +57,7 @@ repos:
- types-babel

- repo: https://github.com/myint/docformatter.git
rev: v1.5.0
rev: v1.6.4
hooks:
- id: docformatter
args: [ '--in-place', '--wrap-summaries=120', '--wrap-descriptions=120', '--pre-summary-newline' ]
Loading

0 comments on commit de8eaa7

Please sign in to comment.