diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e0818f4..c6d7c73 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: - id: check-yaml - id: check-added-large-files @@ -23,6 +23,6 @@ repos: pass_filenames: false - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.4.2 + rev: v0.6.0 hooks: - id: ruff diff --git a/CHANGELOG.md b/CHANGELOG.md index 592ff30..cc1f4a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ## Release 1.6 +- Upgraded pre-commit hooks (pre-commit-hooks to `v5.0.0` and ruff-pre-commit to `v0.6.0`) - Added [run-test.sh](run-tests.sh) script that runs all checks on code - Added support for Python 3.12 and 3.13 by upgrading Pylint and disabling/fixing Pylint errors - Corrected and improved language consistency in [readme](README.md) and `CHANGELOG.md`