Skip to content

Commit be14b1b

Browse files
[pre-commit.ci] pre-commit autoupdate (#57)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/psf/black: 23.3.0 → 23.7.0](psf/black@23.3.0...23.7.0) - [github.com/asottile/blacken-docs: 1.14.0 → 1.15.0](adamchainz/blacken-docs@1.14.0...1.15.0) - https://github.com/charliermarsh/ruff-pre-commithttps://github.com/astral-sh/ruff-pre-commit - [github.com/astral-sh/ruff-pre-commit: v0.0.275 → v0.0.278](astral-sh/ruff-pre-commit@v0.0.275...v0.0.278) * Update CHANGELOG --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Nguyen Damien <ngn.damien@gmail.com>
1 parent ed64c01 commit be14b1b

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,20 +49,20 @@ repos:
4949
- id: yamllint
5050

5151
- repo: https://github.com/psf/black
52-
rev: 23.3.0
52+
rev: 23.7.0
5353
hooks:
5454
- id: black
5555
language_version: python3
5656

5757
- repo: https://github.com/asottile/blacken-docs
58-
rev: 1.14.0
58+
rev: 1.15.0
5959
hooks:
6060
- id: blacken-docs
6161
args: [-S, -l, '120']
6262
additional_dependencies: [black==23.3.0]
6363

64-
- repo: https://github.com/charliermarsh/ruff-pre-commit
65-
rev: v0.0.275
64+
- repo: https://github.com/astral-sh/ruff-pre-commit
65+
rev: v0.0.278
6666
hooks:
6767
- id: ruff
6868
args: [--fix, --exit-non-zero-on-fix, --show-source, --show-fixes]

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2222
- yamllint
2323
- blacken-docs
2424
- Update `thomaseizinger/create-pull-request` GitHub Action to v1.3.0
25-
- Update `asottile/blacken-docs` hook to v1.14.0
25+
- Update `astral-sh/ruff-pre-commit` to v0.0.278
26+
- Update `asottile/blacken-docs` hook to v1.15.0
2627
- Update `charliermarsh/ruff-pre-commit` hook to v0.0.275
2728
- Update `codespell-project/codespell` hook to v2.2.5
2829
- Update `Lucas-C/pre-commit-hooks` hook to v1.5.1
2930
- Update `pre-commit/pre-commit-hooks` hook to v4.3.0
31+
- Update `psf/black` hook to v23.7.0
3032
- Update `yamllint` hook to v1.32.0
3133

3234
## [v1.4.1] - 2022-05-04

0 commit comments

Comments
 (0)