OctoPrint / OctoPrint-FileCheck

Checks for common issues in uploaded files
GNU Affero General Public License v3.0
8 stars 2 forks source link

Fix automatic build #4

Closed foosel closed 2 years ago

foosel commented 2 years ago

Build currently fails in pre-commit black stage due to incompatibility between old black version and latest Click. Either pin version:

  - repo: https://github.com/psf/black
    rev: 22.1.0
    hooks:
      - id: black
        args: ["--config", "black.toml"]
        additional_dependencies:
          - click==8.0.4

or update black.