Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#41)
Browse files Browse the repository at this point in the history
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] committed Nov 2, 2022
1 parent e7ac870 commit 48d8926
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/psf/black
rev: 22.8.0
rev: 22.10.0
hooks:
- id: black
args: ["-l", "80", "-t", "py34"]
Expand All @@ -19,12 +19,12 @@ repos:
hooks:
- id: flake8
- repo: https://github.com/pre-commit/mirrors-mypy
rev: 'v0.981' # Use the sha / tag you want to point at
rev: 'v0.982' # Use the sha / tag you want to point at
hooks:
- id: mypy
exclude: "conftest.py|^doc"
- repo: https://github.com/codespell-project/codespell
rev: 'v2.2.1'
rev: 'v2.2.2'
hooks:
- id: codespell
args: ["-I", "codespell.txt"]
Expand Down

0 comments on commit 48d8926

Please sign in to comment.