Skip to content

Commit

Permalink
Merge branch 'main' into enable-mypy-in-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
tatiana authored Sep 6, 2023
2 parents 4e74061 + 6c3d673 commit 4003354
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ repos:
- --py37-plus
- --keep-runtime-typing
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.0.284
rev: v0.0.287
hooks:
- id: ruff
args:
Expand All @@ -61,13 +61,13 @@ repos:
- id: black
args: [ "--config", "./pyproject.toml" ]
- repo: https://github.com/asottile/blacken-docs
rev: 1.15.0
rev: 1.16.0
hooks:
- id: blacken-docs
alias: black
additional_dependencies: [black>=22.10.0]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: 'v1.5.0'
rev: 'v1.5.1'
hooks:
- id: mypy
name: mypy-python
Expand Down

0 comments on commit 4003354

Please sign in to comment.