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: f71fa2c1f9cf5cb705f73dffe4b21f7c61470ba9 → c4a0b883114b00d8d76b479c820ce7950211c99b](pre-commit/pre-commit-hooks@f71fa2c...c4a0b88)
- [github.com/psf/black: 193ee766ca496871f93621d6b58d57a6564ff81b → 9edba85f71d50d12996ef7bda576426362016171](psf/black@193ee76...9edba85)
- https://github.com/myint/docformatterhttps://github.com/PyCQA/docformatter
  • Loading branch information
pre-commit-ci[bot] committed Oct 23, 2023
1 parent 782cb22 commit 70cbfc5
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,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: f71fa2c1f9cf5cb705f73dffe4b21f7c61470ba9 # frozen: v4.4.0
rev: c4a0b883114b00d8d76b479c820ce7950211c99b # frozen: v4.5.0
hooks:
- id: check-yaml
- id: check-toml
Expand All @@ -27,10 +27,10 @@ repos:
hooks:
- id: isort
- repo: https://github.com/psf/black
rev: 193ee766ca496871f93621d6b58d57a6564ff81b # frozen: 23.7.0
rev: 9edba85f71d50d12996ef7bda576426362016171 # frozen: 23.10.0
hooks:
- id: black
- repo: https://github.com/myint/docformatter
- repo: https://github.com/PyCQA/docformatter
rev: dfefe062799848234b4cd60b04aa633c0608025e # frozen: v1.7.5
hooks:
- id: docformatter
Expand Down

0 comments on commit 70cbfc5

Please sign in to comment.