Skip to content

Commit c3e4457

Browse files
authored
Update pycln version (#7704)
Fixes #7703 ### Types of changes <!--- Put an `x` in all the boxes that apply, and remove the not applicable items --> - [x] Non-breaking change (fix or new feature that would not break existing functionality). - [ ] Breaking change (fix or new feature that would cause existing functionality to change). - [ ] New tests added to cover the changes. - [ ] Integration tests passed locally by running `./runtests.sh -f -u --net --coverage`. - [ ] Quick tests passed locally by running `./runtests.sh --quick --unittests --disttests`. - [ ] In-line docstrings updated. - [ ] Documentation updated, tested `make html` command in the `docs/` folder. --------- Signed-off-by: YunLiu <55491388+KumoLiu@users.noreply.github.com>
1 parent 07a78d2 commit c3e4457

3 files changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/pythonapp-min.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ on:
99
- main
1010
- releasing/*
1111
pull_request:
12+
head_ref-ignore:
13+
- dev
1214

1315
concurrency:
1416
# automatically cancel the previously triggered workflows when there's a newer version

.github/workflows/pythonapp.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ on:
99
- main
1010
- releasing/*
1111
pull_request:
12+
head_ref-ignore:
13+
- dev
1214

1315
concurrency:
1416
# automatically cancel the previously triggered workflows when there's a newer version

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ repos:
6969
)$
7070
7171
- repo: https://github.com/hadialqattan/pycln
72-
rev: v2.1.3
72+
rev: v2.4.0
7373
hooks:
7474
- id: pycln
7575
args: [--config=pyproject.toml]

0 commit comments

Comments
 (0)