Skip to content

Commit

Permalink
MAINT: update pip constraints and pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow authored Mar 7, 2024
1 parent 4bf0852 commit a07e421
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .constraints/py3.10.txt
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ rfc3339-validator==0.1.4
rfc3986-validator==0.1.1
rope==1.12.0
rpds-py==0.18.0
ruff==0.3.0
ruff==0.3.1
send2trash==1.8.2
six==1.16.0
smmap==5.0.1
Expand Down
2 changes: 1 addition & 1 deletion .constraints/py3.11.txt
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ rfc3339-validator==0.1.4
rfc3986-validator==0.1.1
rope==1.12.0
rpds-py==0.18.0
ruff==0.3.0
ruff==0.3.1
send2trash==1.8.2
six==1.16.0
smmap==5.0.1
Expand Down
2 changes: 1 addition & 1 deletion .constraints/py3.12.txt
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ rfc3339-validator==0.1.4
rfc3986-validator==0.1.1
rope==1.12.0
rpds-py==0.18.0
ruff==0.3.0
ruff==0.3.1
send2trash==1.8.2
six==1.16.0
smmap==5.0.1
Expand Down
2 changes: 1 addition & 1 deletion .constraints/py3.8.txt
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ rfc3339-validator==0.1.4
rfc3986-validator==0.1.1
rope==1.12.0
rpds-py==0.18.0
ruff==0.3.0
ruff==0.3.1
send2trash==1.8.2
six==1.16.0
smmap==5.0.1
Expand Down
2 changes: 1 addition & 1 deletion .constraints/py3.9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ rfc3339-validator==0.1.4
rfc3986-validator==0.1.1
rope==1.12.0
rpds-py==0.18.0
ruff==0.3.0
ruff==0.3.1
send2trash==1.8.2
six==1.16.0
smmap==5.0.1
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ repos:
metadata.vscode
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.3.0
rev: v0.3.1
hooks:
- id: ruff
args: [--fix]
Expand Down

0 comments on commit a07e421

Please sign in to comment.