Skip to content

Commit

Permalink
Merge pull request #75 from ewjoachim/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
  • Loading branch information
ewjoachim authored Aug 4, 2022
2 parents 25b145d + 769ab98 commit 2b97aed
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 @@ -20,7 +20,7 @@ repos:
- id: isort

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

Expand All @@ -32,12 +32,12 @@ repos:
additional_dependencies: ["types-requests", "types-docutils"]

- repo: https://github.com/asottile/pyupgrade
rev: "v2.37.2"
rev: "v2.37.3"
hooks:
- id: pyupgrade

- repo: https://github.com/PyCQA/doc8
rev: "0.11.2"
rev: "v1.0.0"
hooks:
- id: doc8

Expand Down

0 comments on commit 2b97aed

Please sign in to comment.