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/astral-sh/ruff-pre-commit: v0.4.8 → v0.4.9](astral-sh/ruff-pre-commit@v0.4.8...v0.4.9)
- [github.com/rbubley/mirrors-prettier: v3.3.1 → v3.3.2](rbubley/mirrors-prettier@v3.3.1...v3.3.2)
- [github.com/PyCQA/bandit: 1.7.8 → 1.7.9](PyCQA/bandit@1.7.8...1.7.9)
  • Loading branch information
pre-commit-ci[bot] authored and DanielNoord committed Jun 18, 2024
1 parent d5649e7 commit 255ed0b
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 @@ -17,7 +17,7 @@ repos:
doc/data/messages/m/missing-final-newline/bad/crlf.py
)$
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.4.8"
rev: "v0.4.9"
hooks:
- id: ruff
args: ["--fix"]
Expand Down Expand Up @@ -142,7 +142,7 @@ repos:
]
exclude: tests(/\w*)*/functional/|tests/input|tests(/.*)+/conftest.py|doc/data/messages|tests(/\w*)*data/
- repo: https://github.com/rbubley/mirrors-prettier
rev: v3.3.1
rev: v3.3.2
hooks:
- id: prettier
args: [--prose-wrap=always, --print-width=88]
Expand All @@ -169,7 +169,7 @@ repos:
setup.cfg
)$
- repo: https://github.com/PyCQA/bandit
rev: 1.7.8
rev: 1.7.9
hooks:
- id: bandit
args: ["-r", "-lll"]
Expand Down

0 comments on commit 255ed0b

Please sign in to comment.