Skip to content

Commit 8955097

Browse files
[pre-commit.ci] pre-commit autoupdate (#62)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/astral-sh/ruff-pre-commit: v0.1.5 → v0.1.6](astral-sh/ruff-pre-commit@v0.1.5...v0.1.6) * 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 8130e52 commit 8955097

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
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/astral-sh/ruff-pre-commit
65-
rev: v0.1.5
65+
rev: v0.1.6
6666
hooks:
6767
- id: ruff
6868
args: [--fix, --exit-non-zero-on-fix, --show-source, --show-fixes]

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Repository
11+
12+
- Update `astral-sh/ruff-pre-commit` hook to v0.1.6
13+
1014
## [v1.5.0] - 2023-11-19
1115

1216
### Changed

0 commit comments

Comments
 (0)