Skip to content

Commit

Permalink
chore: drop python linting frmo pre-commit-config (#403)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoDog896 authored Jul 23, 2024
1 parent 640882a commit 2088598
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,3 @@ repos:
- id: pretty-format-toml
exclude: Cargo.lock
args: [--autofix, --trailing-commas]
- repo: https://github.com/keewis/blackdoc
rev: v0.3.9
hooks:
- id: blackdoc
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.2.0
hooks:
- id: ruff
args: [--fix]
- id: ruff-format
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.8.0
hooks:
- id: mypy
additional_dependencies: [types-requests, types-setuptools]

0 comments on commit 2088598

Please sign in to comment.