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 b54159d + 497b459 commit 9220a4d
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
Expand Up @@ -2,7 +2,7 @@ boto3 >= 1.26,< 1.29
ftfy == 6.1.1
mailchecker == 5.0.9
openpyxl == 3.1.2
phonenumbers == 8.13.20
phonenumbers == 8.13.22
python-dateutil == 2.8.2
python-fsutil == 0.10.0
python-slugify == 8.0.1
Expand Down

0 comments on commit 9220a4d

Please sign in to comment.