Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
albertotb committed Nov 23, 2023
1 parent a9bee53 commit bc76cb0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ repos:
rev: v1.6.1
hooks:
- id: mypy
# Esto tiene la desventaja de que siempre se va a ejecutar mypy
# sobre todos los ficheros del repo (incluidos en la conf de mypy)
# Se puede sustituir por `files:`
# Ref: https://www.kianmeng.org/2022/09/excluding-files-with-mypy-hook-for-pre.html
pass_filenames: false
- repo: https://github.com/codespell-project/codespell
rev: v2.2.4
Expand Down

0 comments on commit bc76cb0

Please sign in to comment.