Skip to content

Commit cf28f36

Browse files
authored
Merge pull request #599 from gdsfactory/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents e4e278d + c2a95d3 commit cf28f36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ repos:
1616
- id: trailing-whitespace
1717

1818
- repo: https://github.com/astral-sh/ruff-pre-commit
19-
rev: "v0.11.12"
19+
rev: "v0.11.13"
2020
hooks:
2121
- id: ruff
2222
args: [--fix, --exit-non-zero-on-fix, --config=pyproject.toml]
@@ -40,7 +40,7 @@ repos:
4040
# - id: shellcheck
4141

4242
- repo: https://github.com/PyCQA/bandit
43-
rev: 1.8.3
43+
rev: 1.8.4
4444
hooks:
4545
- id: bandit
4646
args: [--exit-zero]

0 commit comments

Comments
 (0)