Skip to content

Commit 9c63667

Browse files
fix: Revert bad commits
1 parent 5b13ebb commit 9c63667

22 files changed

+16
-358
lines changed

.github/workflows/ci_cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ jobs:
175175
path: ${{ env.PACKAGE_NAME }}-artifacts
176176

177177
- name: "Upload artifacts to PyPI using trusted publisher"
178-
uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0
178+
uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
179179
with:
180180
repository-url: "https://upload.pypi.org/legacy/"
181181
print-hash: true

.github/workflows/label.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
steps:
3636
# Label based on modified files
3737
- name: Label based on changed files
38-
uses: actions/labeler@v6
38+
uses: actions/labeler@v5
3939
with:
4040
repo-token: ${{ secrets.GITHUB_TOKEN }}
4141
sync-labels: true

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,4 +162,3 @@ cython_debug/
162162
# and can be added to the global gitignore or merged into this file. For a more nuclear
163163
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
164164
#.idea/
165-
.vscode/

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/adamchainz/blacken-docs
3-
rev: 1.20.0
3+
rev: 1.19.1
44
hooks:
55
- id: blacken-docs
66
additional_dependencies: [black==23.12.1]
@@ -29,12 +29,12 @@ repos:
2929

3030
# this validates our github workflow files
3131
- repo: https://github.com/python-jsonschema/check-jsonschema
32-
rev: 0.33.3
32+
rev: 0.33.2
3333
hooks:
3434
- id: check-github-workflows
3535

3636
- repo: https://github.com/astral-sh/ruff-pre-commit
37-
rev: v0.13.0
37+
rev: v0.12.9
3838
hooks:
3939
- id: ruff
4040
args: [--fix]

doc/changelog.d/337.miscellaneous.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

doc/changelog.d/338.miscellaneous.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

doc/changelog.d/339.miscellaneous.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

doc/changelog.d/340.miscellaneous.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

doc/changelog.d/341.miscellaneous.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

doc/changelog.d/342.miscellaneous.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)