Skip to content

Commit

Permalink
Merge pull request #31 from aakankshaduggal/master
Browse files Browse the repository at this point in the history
Update pre-commit-config.yaml
  • Loading branch information
harshad16 authored Mar 31, 2022
2 parents 4aa1b40 + 6ae184c commit c369153
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
@@ -1,7 +1,7 @@
---
repos:
- repo: https://github.com/Lucas-C/pre-commit-hooks
rev: v1.1.11
rev: v1.1.13
hooks:
- id: remove-tabs

Expand Down Expand Up @@ -36,14 +36,14 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.931
rev: v0.942
hooks:
- id: mypy
exclude: '^(docs|tasks|tests)|setup\.py'
args: [--ignore-missing-imports]

- repo: https://github.com/psf/black
rev: 22.1.0
rev: 22.3.0
hooks:
- id: black

Expand Down

0 comments on commit c369153

Please sign in to comment.