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/psf/black: 23.3.0 → 23.7.0](psf/black@23.3.0...23.7.0)
- https://github.com/charliermarsh/ruff-pre-commithttps://github.com/astral-sh/ruff-pre-commit
- [github.com/astral-sh/ruff-pre-commit: v0.0.262 → v0.0.282](astral-sh/ruff-pre-commit@v0.0.262...v0.0.282)
- [github.com/igorshubovych/markdownlint-cli: v0.33.0 → v0.35.0](igorshubovych/markdownlint-cli@v0.33.0...v0.35.0)
- [github.com/macisamuele/language-formatters-pre-commit-hooks: v2.8.0 → v2.10.0](macisamuele/language-formatters-pre-commit-hooks@v2.8.0...v2.10.0)
  • Loading branch information
pre-commit-ci[bot] authored Aug 8, 2023
1 parent 2366e90 commit bbac6dc
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
Expand Up @@ -18,23 +18,23 @@ repos:
- id: end-of-file-fixer

- repo: https://github.com/psf/black
rev: 23.3.0
rev: 23.7.0
hooks:
- id: black

- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.0.262
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.0.282
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]

- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.33.0
rev: v0.35.0
hooks:
- id: markdownlint-fix

- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
rev: v2.8.0
rev: v2.10.0
hooks:
- id: pretty-format-toml
args: [--autofix]
Expand Down

0 comments on commit bbac6dc

Please sign in to comment.