Skip to content

Commit 20a2610

Browse files
Build(deps): Bump pre-commit/action from 3.0.0 to 3.0.1
Bumps [pre-commit/action](https://github.com/pre-commit/action) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/pre-commit/action/releases) - [Commits](pre-commit/action@v3.0.0...v3.0.1) --- updated-dependencies: - dependency-name: pre-commit/action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 500dfc9 commit 20a2610

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check_linting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/checkout@v4
1111
with:
1212
python-version: "3.11"
13-
- uses: pre-commit/[email protected].0
13+
- uses: pre-commit/[email protected].1
1414
- name: Install dependencies
1515
run: pip install -r requirements_testing.txt
1616
# Run Ruff

0 commit comments

Comments
 (0)