Skip to content

Commit

Permalink
Update linters
Browse files Browse the repository at this point in the history
  • Loading branch information
pradyunsg committed Mar 19, 2021
1 parent 1ff0ae2 commit 1037d4c
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://gitlab.com/pycqa/flake8
rev: 3.8.4
rev: 3.9.0
hooks:
- id: flake8

Expand All @@ -37,7 +37,7 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/PyCQA/pydocstyle
rev: 5.1.1
rev: 6.0.0
hooks:
- id: pydocstyle
files: src/.*\.py$
Expand Down

0 comments on commit 1037d4c

Please sign in to comment.