summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r--.pre-commit-config.yaml24
1 files changed, 12 insertions, 12 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 0560e90..55dde49 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -25,18 +25,18 @@ repos:
- id: debug-statements
- id: check-yaml
files: .*\.(yaml|yml)$
- # - repo: https://github.com/codespell-project/codespell.git
- # rev: v2.1.0
- # hooks:
- # - id: codespell
- # name: codespell
- # description: Checks for common misspellings in text files.
- # entry: codespell
- # language: python
- # types: [text]
- # args: []
- # require_serial: false
- # additional_dependencies: []
+ - repo: https://github.com/codespell-project/codespell.git
+ rev: v2.1.0
+ hooks:
+ - id: codespell
+ name: codespell
+ description: Checks for common misspellings in text files.
+ entry: codespell
+ language: python
+ types: [text]
+ args: []
+ require_serial: false
+ additional_dependencies: []
# - repo: https://gitlab.com/pycqa/flake8
# rev: 3.9.2
# hooks: