Skip to content

Commit

Permalink
Merge pull request #20 from stefanofusai/dependabot/pip/main/ruff-0.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanofusai authored Sep 16, 2024
2 parents 4bc3abc + 03557ed commit 0225955
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Run linter on Python ${{ matrix.python-version }}
uses: chartboost/ruff-action@v1
with:
version: 0.6.2
version: 0.6.5

publish-to-pypi:
needs: run-linter
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ repos:
- id: pyupgrade

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.2
rev: v0.6.5
hooks:
- id: ruff
args:
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ requests==2.32.3
# tldextract
requests-file==2.1.0
# via tldextract
ruff==0.6.4
ruff==0.6.5
# via -r requirements.in
scrapy==2.11.2
# via -r requirements.in
Expand Down

0 comments on commit 0225955

Please sign in to comment.