Skip to content

Commit

Permalink
Merge pull request #62 from pradyunsg/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
  • Loading branch information
pradyunsg authored Oct 18, 2021
2 parents 05e9439 + 23ae36f commit fc5ab85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repos:
files: \.py$

- repo: https://github.com/pre-commit/mirrors-mypy
rev: "v0.910"
rev: "v0.910-1"
hooks:
- id: mypy
exclude: docs/.*|tests/.*|noxfile.py
Expand All @@ -31,7 +31,7 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/PyCQA/flake8
rev: "3.9.2"
rev: "4.0.1"
hooks:
- id: flake8

Expand Down

0 comments on commit fc5ab85

Please sign in to comment.