Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/pre-commit-hooks: 3298ddab3c13dd77d6ce1fc0baf97691430d84b0 → f71fa2c1f9cf5cb705f73dffe4b21f7c61470ba9](pre-commit/pre-commit-hooks@3298dda...f71fa2c)
- [github.com/psf/black: f6c139c5215ce04fd3e73a900f1372942d58eca0 → 2ddea293a88919650266472186620a98a4a8bb37](psf/black@f6c139c...2ddea29)
- https://github.com/myint/docformatterhttps://github.com/PyCQA/docformatter
- [github.com/PyCQA/docformatter: e0c24db9430c0df94a077c07af2e1de536689c5f → 8b8dae1d990e2e4fec7ff6704a79c23a403cd605](PyCQA/docformatter@e0c24db...8b8dae1)
- [github.com/PyCQA/flake8: f8e1b317742036ff11ff86356fd2b68147e169f7 → c838a5e98878f17889cfce311e1406d252f87ec5](PyCQA/flake8@f8e1b31...c838a5e)
  • Loading branch information
pre-commit-ci[bot] committed Dec 12, 2022
1 parent c116567 commit c21b2bd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: 3298ddab3c13dd77d6ce1fc0baf97691430d84b0 # frozen: v4.3.0
rev: f71fa2c1f9cf5cb705f73dffe4b21f7c61470ba9 # frozen: v4.4.0
hooks:
- id: check-yaml
- id: check-toml
Expand All @@ -27,15 +27,15 @@ repos:
hooks:
- id: isort
- repo: https://github.com/psf/black
rev: f6c139c5215ce04fd3e73a900f1372942d58eca0 # frozen: 22.6.0
rev: 2ddea293a88919650266472186620a98a4a8bb37 # frozen: 22.12.0
hooks:
- id: black
- repo: https://github.com/myint/docformatter
rev: e0c24db9430c0df94a077c07af2e1de536689c5f # frozen: v1.5.0-rc1
- repo: https://github.com/PyCQA/docformatter
rev: 8b8dae1d990e2e4fec7ff6704a79c23a403cd605 # frozen: v1.5.0
hooks:
- id: docformatter
- repo: https://github.com/PyCQA/flake8
rev: f8e1b317742036ff11ff86356fd2b68147e169f7 # frozen: 5.0.4
rev: c838a5e98878f17889cfce311e1406d252f87ec5 # frozen: 6.0.0
hooks:
- id: flake8
additional_dependencies:
Expand Down

0 comments on commit c21b2bd

Please sign in to comment.