Skip to content

Commit

Permalink
WIP: remove some hooks for fast testing
Browse files Browse the repository at this point in the history
  • Loading branch information
SMoraisAnsys committed Jan 4, 2024
1 parent e4c2a8d commit 0e1f318
Showing 1 changed file with 46 additions and 46 deletions.
92 changes: 46 additions & 46 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,56 +6,56 @@ repos:
hooks:
- id: black

- repo: https://github.com/adamchainz/blacken-docs
rev: 1.16.0
hooks:
- id: blacken-docs
additional_dependencies: [black==23.12.1]

- repo: https://github.com/pycqa/isort
rev: 5.13.2
hooks:
- id: isort

- repo: https://github.com/PyCQA/flake8
rev: 6.1.0
hooks:
- id: flake8
# - repo: https://github.com/adamchainz/blacken-docs
# rev: 1.16.0
# hooks:
# - id: blacken-docs
# additional_dependencies: [black==23.12.1]

- repo: https://github.com/PyCQA/docformatter
rev: v1.7.5
hooks:
- id: docformatter
additional_dependencies: [tomli]
# - repo: https://github.com/pycqa/isort
# rev: 5.13.2
# hooks:
# - id: isort

- repo: https://github.com/codespell-project/codespell
rev: v2.2.6
hooks:
- id: codespell
args: ["--ignore-words", "doc/styles/Vocab/ANSYS/accept.txt", "-w"]
# - repo: https://github.com/PyCQA/flake8
# rev: 6.1.0
# hooks:
# - id: flake8

- repo: https://github.com/pycqa/pydocstyle
rev: 6.3.0
hooks:
- id: pydocstyle
additional_dependencies: [tomli]
exclude: "tests/"
# - repo: https://github.com/PyCQA/docformatter
# rev: v1.7.5
# hooks:
# - id: docformatter
# additional_dependencies: [tomli]

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
hooks:
- id: check-merge-conflict
- id: debug-statements
- id: check-yaml
- id: trailing-whitespace
# - repo: https://github.com/codespell-project/codespell
# rev: v2.2.6
# hooks:
# - id: codespell
# args: ["--ignore-words", "doc/styles/Vocab/ANSYS/accept.txt", "-w"]

# - repo: https://github.com/ansys/pre-commit-hooks
# rev: v0.2.2
# - repo: https://github.com/pycqa/pydocstyle
# rev: 6.3.0
# hooks:
# - id: add-license-headers
# - id: pydocstyle
# additional_dependencies: [tomli]
# exclude: "tests/"

# this validates our github workflow files
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.27.3
hooks:
- id: check-github-workflows
# - repo: https://github.com/pre-commit/pre-commit-hooks
# rev: v4.5.0
# hooks:
# - id: check-merge-conflict
# - id: debug-statements
# - id: check-yaml
# - id: trailing-whitespace

# # - repo: https://github.com/ansys/pre-commit-hooks
# # rev: v0.2.2
# # hooks:
# # - id: add-license-headers

# # this validates our github workflow files
# - repo: https://github.com/python-jsonschema/check-jsonschema
# rev: 0.27.3
# hooks:
# - id: check-github-workflows

0 comments on commit 0e1f318

Please sign in to comment.