Skip to content

Commit

Permalink
Merge branch 'main' into feat/636-segment-routing-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
titom73 authored May 28, 2024
2 parents 55a2c32 + d969d4c commit 5b16d06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ repos:
- --rcfile=pyproject.toml # Link to config file

- repo: https://github.com/codespell-project/codespell
rev: v2.2.6
rev: v2.3.0
hooks:
- id: codespell
name: Checks for common misspellings in text files.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ cli = [
]
dev = [
"bumpver>=2023.1129",
"codespell~=2.2.6",
"codespell>=2.2.6,<2.4.0",
"mypy-extensions~=1.0",
"mypy~=1.10",
"pre-commit>=3.3.3",
Expand Down

0 comments on commit 5b16d06

Please sign in to comment.