Skip to content

Commit

Permalink
Clenup pre commit config
Browse files Browse the repository at this point in the history
  • Loading branch information
Elias Bonauer authored and Bouni committed Nov 28, 2023
1 parent 601dae4 commit 073f727
Showing 1 changed file with 0 additions and 40 deletions.
40 changes: 0 additions & 40 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,43 +16,3 @@ repos:
- id: markdownlint
args:
- --fix

# - repo: https://github.com/PyCQA/autoflake
# rev: v2.0.0
# hooks:
# - id: autoflake
# args:
# - --in-place
# - --remove-all-unused-imports
# stages: [manual]
# - repo: https://github.com/PyCQA/flake8
# rev: 6.0.0
# hooks:
# - id: flake8
# additional_dependencies:
# - pycodestyle==2.10.0
# - pyflakes==3.0.1
# - flake8-docstrings==1.6.0
# - pydocstyle==6.2.3
# - flake8-comprehensions==3.10.1
# - flake8-noqa==1.3.0
# - mccabe==0.7.0
# stages: [manual]

# - repo: https://github.com/pre-commit/pre-commit-hooks
# rev: v4.4.0
# hooks:
# - id: check-executables-have-shebangs
# stages: [manual]
# - id: check-json
# exclude: (.vscode|.devcontainer)
# - id: no-commit-to-branch
# args:
# - --branch=dev
# - --branch=main
# - --branch=rc

# - repo: https://github.com/pre-commit/mirrors-prettier
# rev: v2.7.1
# hooks:
# - id: prettier

0 comments on commit 073f727

Please sign in to comment.