Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Oct 11, 2024
1 parent d273768 commit 4254834
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"**/.cspell.json",
"*.ico",
"*.svg",
".constraints/*.txt",
".editorconfig",
".envrc",
".gitattributes",
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ci:
autoupdate_commit_msg: "MAINT: autoupdate pre-commit hooks"
autoupdate_commit_msg: "MAINT: update pip constraints and pre-commit"
autoupdate_schedule: quarterly
skip:
- check-jsonschema
Expand Down
2 changes: 1 addition & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ build:
jobs:
post_install:
- python -m pip install 'uv>=0.2.0'
- python -m uv pip install -e .[doc]
- python -m uv pip install -c .constraints/py3.12.txt -e .[doc]
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"\u03c3": true
},
"files.associations": {
"**/.constraints/py*.txt": "pip-requirements",
"**/pixi.lock": "yaml"
},
"files.watcherExclude": {
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ dependencies:
- pip
- python==3.12.*
- pip:
- -e .[dev]
- -c .constraints/py3.12.txt -e .[dev]
variables:
PYTHONHASHSEED: 0

0 comments on commit 4254834

Please sign in to comment.