Skip to content

Commit eb768f1

Browse files
[pre-commit.ci] pre-commit autoupdate (#53)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/charliermarsh/ruff-pre-commit: v0.0.270 → v0.0.272](astral-sh/ruff-pre-commit@v0.0.270...v0.0.272) * Update CHANGELOG --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <noreply@github.com>
1 parent 4a55e79 commit eb768f1

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ repos:
6262
additional_dependencies: [black==23.3.0]
6363

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

CHANGELOG.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
@@ -22,12 +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 `Lucas-C/pre-commit-hooks` hook to v1.5.1
2625
- Update `black` hook to v23.3.0
2726
- Update `blacken-docs` hook to v1.13.0
28-
- Update `pre-commit/pre-commit-hooks` to v4.3.0
29-
- Update `yamllint` hook to v1.32.0
27+
- Update `charliermarsh/ruff-pre-commit` hook to v0.0.272
3028
- Update `codespell` hook to v2.2.4
29+
- Update `Lucas-C/pre-commit-hooks` hook to v1.5.1
30+
- Update `pre-commit/pre-commit-hooks` hook to v4.3.0
31+
- Update `yamllint` hook to v1.32.0
3132

3233
## [v1.4.1] - 2022-05-04
3334

0 commit comments

Comments
 (0)