Skip to content

Commit

Permalink
[Pre Commit] Adjusts
Browse files Browse the repository at this point in the history
- Removed: PyUpgrade, might reduce backwards compatibility
- Excluded: CHANGELOG.md might interfere with parser
  • Loading branch information
set-soft committed Jan 8, 2024
1 parent b4b077b commit e7adc68
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ repos:
name: Format Markdown
entry: mdformat # Executable to run, with fixed options
language: python
exclude: CHANGELOG.md
types: [markdown]
args: [--wrap, '78', --number]
additional_dependencies:
Expand Down Expand Up @@ -57,10 +58,10 @@ repos:
- id: beautysh
additional_dependencies:
- setuptools
- repo: https://github.com/asottile/pyupgrade
rev: v3.15.0
hooks:
- id: pyupgrade
# - repo: https://github.com/asottile/pyupgrade
# rev: v3.15.0
# hooks:
# - id: pyupgrade
# - repo: https://github.com/psf/black
# rev: 22.6.0
# hooks:
Expand Down

0 comments on commit e7adc68

Please sign in to comment.