Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed May 18, 2024
1 parent fc4f621 commit bb5fd47
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,8 @@ repos:
rev: v1.10.0
hooks:
- id: mypy
additional_dependencies:
[
types-requests,
types-PyYAML,
types-Flask,
types-Werkzeug,
types-Markdown,
]
additional_dependencies: [types-requests, types-PyYAML, types-Flask, types-Werkzeug,
types-Markdown]
- repo: https://github.com/asottile/pyupgrade
rev: v3.15.2
hooks:
Expand All @@ -57,4 +51,4 @@ repos:
- id: python-no-log-warn
- id: rst-backticks
default_language_version:
python: python3.12
python: python3.11

0 comments on commit bb5fd47

Please sign in to comment.