Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/github_actions/step-security/hard…
Browse files Browse the repository at this point in the history
…en-runner-2.7.1
  • Loading branch information
dupuy committed May 2, 2024
2 parents e93e999 + adf8e2b commit 93629da
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -172,19 +172,6 @@ repos:
- id: ruff
args: [--fix]
name: 'ruff --fix'
# - repo: https://github.com/hhatto/autopep8
# rev: v2.0.4 #### Replaced by ruff --fix ####
# hooks:
# - id: autopep8
# - repo: https://github.com/PyCQA/autoflake
# rev: v2.2.1 #### Replaced by ruff --fix ####
# hooks:
# - id: autoflake
# - repo: https://github.com/PyCQA/docformatter
# rev: v1.7.5 #### Replaced by ruff --format ####
# hooks:
# - id: docformatter
# args: [--in-place, --wrap-descriptions=79]
- repo: https://github.com/asottile/reorder-python-imports
rev: v3.12.0
hooks:
Expand All @@ -211,7 +198,7 @@ repos:
- --messages-only
- --doc-warnings
# All other prospector tools are replaced by ruff --fix
- --tool=pylint # comment out if you get "pylint: astroid-error ..."
# - --tool=pylint # comment out if you get "pylint: astroid-error ..."
- --tool=dodgy
- repo: https://github.com/PyCQA/bandit
rev: 1.7.7
Expand Down

0 comments on commit 93629da

Please sign in to comment.