Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#265)
Browse files Browse the repository at this point in the history
* [pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0)
- [github.com/astral-sh/ruff-pre-commit: v0.5.7 → v0.6.9](astral-sh/ruff-pre-commit@v0.5.7...v0.6.9)

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Samuel Therrien <[email protected]>
  • Loading branch information
1 parent ea6f2fe commit e58075e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# You can run this locally with `pre-commit run [--all]`
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: trailing-whitespace
args: [--markdown-linebreak-ext=md]
Expand All @@ -15,7 +15,7 @@ repos:

# You can run this locally with `ruff check --fix || ruff format`
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.5.7 # must match canopeum_backend/pyproject.toml
rev: v0.6.9 # must match canopeum_backend/pyproject.toml
hooks:
# Run the linter.
- id: ruff
Expand Down
2 changes: 1 addition & 1 deletion canopeum_backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dev = [
"mypy", # version taken from [compatible-mypy],
"pre-commit==3.8.*",
"pyright>=1.1.374",
"ruff==0.5.7", # must match .pre-commit-config.yaml
"ruff==0.6.9", # must match .pre-commit-config.yaml
# Stubs
"django-stubs[compatible-mypy]>=5.0.0",
"djangorestframework-stubs[compatible-mypy]>=3.15.0",
Expand Down
2 changes: 2 additions & 0 deletions canopeum_frontend/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ build/Release
# Dependency directories
node_modules/
jspm_packages/
.yalc/
*.lock

# Distribution directories
dist/
Expand Down

0 comments on commit e58075e

Please sign in to comment.