Skip to content

Commit

Permalink
Upgrade pre-commit hooks (#216)
Browse files Browse the repository at this point in the history
* Upgrade pre-commit-hooks to latest version

* Upgrade ruff-pre-commit to the highest version before failing

* Add pre-commit hook upgrades to CHANGELOG.md

---------

Co-authored-by: Pedro Rodriguez <me@pedro.ai>
  • Loading branch information
samer-hamood and EntilZha authored Jan 28, 2025
1 parent becb012 commit f37c2f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit f37c2f1

Please sign in to comment.