Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/pip/beautifulsoup4-4.12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
iamgojoof6eyes authored Nov 13, 2024
2 parents 47e428c + dc3f3f4 commit e63b921
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v5.0.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand All @@ -12,7 +12,7 @@ repos:
- id: check-merge-conflict

- repo: https://github.com/psf/black
rev: 23.12.1
rev: 24.10.0
hooks:
- id: black
language_version: python3
Expand All @@ -24,7 +24,7 @@ repos:
args: [--py36-plus]

- repo: https://github.com/asottile/pyupgrade
rev: v3.15.0
rev: v3.19.0
hooks:
- id: pyupgrade
args: [--py36-plus]
Expand Down

0 comments on commit e63b921

Please sign in to comment.