Explorar el Código

[pre-commit.ci] pre-commit autoupdate (#43)

updates:
- [github.com/pycqa/isort: 5.12.0 → 5.13.2](https://github.com/pycqa/isort/compare/5.12.0...5.13.2)
- [github.com/psf/black: 23.11.0 → 23.12.1](https://github.com/psf/black/compare/23.11.0...23.12.1)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
pre-commit-ci[bot] hace 2 años
padre
commit
5eeca887f5
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      .pre-commit-config.yaml

+ 2 - 2
.pre-commit-config.yaml

@@ -3,13 +3,13 @@ ci:
 
 
 repos:
 repos:
   - repo: https://github.com/pycqa/isort
   - repo: https://github.com/pycqa/isort
-    rev: 5.12.0
+    rev: 5.13.2
     hooks:
     hooks:
       - id: isort
       - id: isort
         args: [--profile=black]
         args: [--profile=black]
 
 
   - repo: https://github.com/psf/black
   - repo: https://github.com/psf/black
-    rev: 23.11.0
+    rev: 23.12.1
     hooks:
     hooks:
       - id: black
       - id: black