Skip to content

Commit

Permalink
chore: Update pre-commit (#1379)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoxbro authored Dec 12, 2024
1 parent 338eaa2 commit 6802220
Show file tree
Hide file tree
Showing 3 changed files with 4 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 @@ -13,7 +13,7 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.7.1
rev: v0.8.2
hooks:
- id: ruff
files: datashader/
Expand Down
3 changes: 3 additions & 0 deletions pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ bokeh_sampledata = "*"
python = "3.12.*"
bokeh_sampledata = "*"

[feature.py312.activation.env]
COVERAGE_CORE = "sysmon"

[feature.example.dependencies]
bokeh = ">3.1"
dask-core = "*"
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ select = [
"W",
]
ignore = [
"UP027", # unpacked-list-comprehension (deprecated)
# The following should be enabled in the future
"UP030", # format-literals
"UP031", # printf-string-formatting
Expand Down

0 comments on commit 6802220

Please sign in to comment.