Skip to content

Commit

Permalink
Merge branch 'main' into Bump-eslint-config-beslogic-to-3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel-Therrien-Beslogic authored Oct 10, 2024
2 parents 17e475b + e58075e commit 51df52c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: 1 addition & 1 deletion canopeum_frontend/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ build/Release
# Dependency directories
node_modules/
jspm_packages/
.yalc
.yalc/
*.lock

# Distribution directories
Expand Down

0 comments on commit 51df52c

Please sign in to comment.