Skip to content

Commit b8782e6

Browse files
committed
Merge branch 'main' into issue457
2 parents c77465a + 3549f3a commit b8782e6

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/constraints.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pip==24.2
2-
black==24.8.0
3-
pre-commit==4.0.0
2+
black==24.10.0
3+
pre-commit==4.0.1
44
flake8==7.1.1
5-
reorder-python-imports==3.13.0
5+
reorder-python-imports==3.14.0

.github/workflows/tests.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,4 @@ jobs:
3737
- name: Run pre-commit on all files
3838
run: |
3939
pre-commit run --all-files --show-diff-on-failure --color=always
40+

0 commit comments

Comments
 (0)