Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pre-commit.ci] pre-commit autoupdate #265

Merged
merged 2 commits into from
Oct 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading