Skip to content

Commit

Permalink
chore: update pre-commit hooks (#236)
Browse files Browse the repository at this point in the history
* chore: update pre-commit hooks

updates:
- [github.com/PyCQA/flake8: 5.0.2 → 5.0.4](PyCQA/flake8@5.0.2...5.0.4)

* Bump `pyproject-fmt`

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Saransh <[email protected]>
  • Loading branch information
pre-commit-ci[bot] and Saransh-cpp authored Aug 13, 2022
1 parent 10d4cd0 commit d4ad49e
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 @@ -35,7 +35,7 @@ repos:
- id: isort

- repo: https://github.com/tox-dev/pyproject-fmt
rev: "0.3.4"
rev: "0.3.5"
hooks:
- id: pyproject-fmt

Expand All @@ -50,7 +50,7 @@ repos:
- packaging

- repo: https://github.com/PyCQA/flake8
rev: 5.0.2
rev: 5.0.4
hooks:
- id: flake8
additional_dependencies:
Expand Down

0 comments on commit d4ad49e

Please sign in to comment.