Skip to content

Commit

Permalink
Update pylcn to 2.4.0 that supports Python 3.12 (#393)
Browse files Browse the repository at this point in the history
* Revert "Update ci.yml to pin Python to 3.11 in pre-commit checks while pylcn gets fixed for 3.12 (#388)"

This reverts commit 51d6d46.

* Update pycln to2.4.0"
  • Loading branch information
eduardo-rodrigues authored Nov 14, 2023
1 parent d31b68a commit 6f56d6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-python@v4
with:
python-version: "3.11"
python-version: "3.x"
- uses: pre-commit/[email protected]
with:
extra_args: --all-files --hook-stage manual
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ repos:
- id: rst-inline-touching-normal

- repo: https://github.com/hadialqattan/pycln
rev: "v2.3.0"
rev: "v2.4.0"
hooks:
- id: pycln
args: [--all]
Expand Down

0 comments on commit 6f56d6e

Please sign in to comment.