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/adrienverge/yamllint.git: v1.30.0 → v1.31.0](https://github.com/adrienverge/yamllint.git/compare/v1.30.0...v1.31.0)
- [github.com/asottile/pyupgrade: v3.3.1 → v3.4.0](asottile/pyupgrade@v3.3.1...v3.4.0)
- [github.com/psf/black: 23.1.0 → 23.3.0](psf/black@23.1.0...23.3.0)
- [github.com/PyCQA/docformatter: v1.5.1 → v1.6.5](PyCQA/docformatter@v1.5.1...v1.6.5)
  • Loading branch information
pre-commit-ci[bot] committed May 9, 2023
1 parent 3f89fd0 commit 62fe2ac
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/adrienverge/yamllint.git
rev: v1.30.0
rev: v1.31.0
hooks:
- id: yamllint
args: [-c=.yamllint.yml]
Expand All @@ -25,18 +25,18 @@ repos:
- id: add-trailing-comma

- repo: https://github.com/asottile/pyupgrade
rev: v3.3.1
rev: v3.4.0
hooks:
- id: pyupgrade

- repo: https://github.com/psf/black
rev: 23.1.0
rev: 23.3.0
hooks:
- id: black
args: ["--safe"]

- repo: https://github.com/PyCQA/docformatter
rev: v1.5.1
rev: v1.6.5
hooks:
- id: docformatter
name: Format docstring
Expand Down

0 comments on commit 62fe2ac

Please sign in to comment.