diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e59e967..af6d03f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -58,7 +58,7 @@ repos: additional_dependencies: [black==22.12.0] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.1.8 + rev: v0.1.9 hooks: - id: ruff-format name: ruff (format) diff --git a/CHANGELOG.md b/CHANGELOG.md index d100a94..3eb78f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Repository + +- Update `astral-sh/ruff-pre-commit` hook to v0.1.9 + ## [v1.9.5] - 2023-12-15 ### Added