Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/HEAD'
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanofusai committed Jul 26, 2024
2 parents b0d1257 + fc88530 commit 7274ad4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ default_language_version:

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: check-toml
- id: check-yaml
Expand All @@ -19,14 +19,14 @@ repos:
- id: pyupgrade

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.8
rev: v0.5.4
hooks:
- id: ruff
args: [--fix]
- id: ruff-format

- repo: https://github.com/astral-sh/uv-pre-commit
rev: 0.2.11
rev: 0.2.27
hooks:
- id: pip-compile
args: [requirements.in, -o, requirements.txt]
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ idna==3.7
# tldextract
incremental==22.10.0
# via twisted
influxdb3-python==0.6.1
influxdb3-python==0.7.0
# via -r requirements.in
itemadapter==0.9.0
# via
Expand Down Expand Up @@ -109,7 +109,7 @@ requests==2.32.3
# tldextract
requests-file==2.1.0
# via tldextract
ruff==0.5.1
ruff==0.5.4
# via -r requirements.in
scrapy==2.11.2
# via -r requirements.in
Expand Down

0 comments on commit 7274ad4

Please sign in to comment.