Skip to content

Commit

Permalink
Merge branch 'main' into update/pre-commit-hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiocaccamo authored Oct 17, 2023
2 parents f0f49b3 + 21238ae commit 761d1d6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 12 deletions.
8 changes: 0 additions & 8 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,9 @@ updates:
schedule:
interval: "monthly"
open-pull-requests-limit: 100
groups:
python-requirements:
patterns:
- "*"

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
open-pull-requests-limit: 100
groups:
github-actions:
patterns:
- "*"
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
repos:

- repo: https://github.com/asottile/pyupgrade
rev: v3.13.0
rev: v3.15.0
hooks:
- id: pyupgrade
args: ["--py38-plus"]

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.0.291
rev: v0.0.292
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand All @@ -26,7 +26,7 @@ repos:
- id: black

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: fix-encoding-pragma
args: [--remove]
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
fonttools[woff,unicode,pathops] == 4.42.1
fonttools[woff,unicode,pathops] == 4.43.0
imagehash == 4.3.1
pillow == 10.0.1
python-fsutil == 0.10.0

0 comments on commit 761d1d6

Please sign in to comment.