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/PyCQA/docformatter: v1.5.1 → v1.6.4](PyCQA/docformatter@v1.5.1...v1.6.4)
- [github.com/charliermarsh/ruff-pre-commit: v0.0.261 → v0.0.263](astral-sh/ruff-pre-commit@v0.0.261...v0.0.263)
  • Loading branch information
pre-commit-ci[bot] committed May 1, 2023
1 parent 68d9411 commit 10680f3
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 @@ -52,7 +52,7 @@ repos:
- id: check-docstring-first
exclude: src/estimagic/optimization/algo_options.py
- repo: https://github.com/adrienverge/yamllint.git
rev: v1.30.0
rev: v1.31.0
hooks:
- id: yamllint
exclude: tests/optimization/fixtures
Expand All @@ -67,7 +67,7 @@ repos:
- id: blacken-docs
exclude: docs/source/how_to_guides/optimization/how_to_specify_constraints.md
- repo: https://github.com/PyCQA/docformatter
rev: v1.5.1
rev: v1.6.4
hooks:
- id: docformatter
args:
Expand All @@ -78,7 +78,7 @@ repos:
- '88'
- --blank
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.0.261
rev: v0.0.263
hooks:
- id: ruff
# args:
Expand Down

0 comments on commit 10680f3

Please sign in to comment.