Skip to content

Commit 979d69d

Browse files
authored
Merge branch 'master' into license_change
2 parents c5ea69f + 1dbabf7 commit 979d69d

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,14 +16,14 @@ repos:
1616
- id: mixed-line-ending
1717

1818
- repo: https://github.com/astral-sh/ruff-pre-commit
19-
rev: v0.14.3
19+
rev: v0.14.7
2020
hooks:
2121
- id: ruff # linter
2222
args: [--fix]
2323
- id: ruff-format # formatter
2424

2525
- repo: https://github.com/crate-ci/typos
26-
rev: v1.39.0
26+
rev: v1.40.0
2727
hooks:
2828
- id: typos
2929
args: [] # empty, to remove write-changes from the default arguments.

0 commit comments

Comments
 (0)