TSE1966/Super-Resolution-Anime-Diffusion
0
1repos:2 # flake83 - repo: https://github.com/PyCQA/flake84 rev: 3.8.35 hooks:6 - id: flake87 args: ["--config=setup.cfg", "--ignore=W504, W503"]8 9 # modify known_third_party10 - repo: https://github.com/asottile/seed-isort-config11 rev: v2.2.012 hooks:13 - id: seed-isort-config14 15 # isort16 - repo: https://github.com/timothycrosley/isort17 rev: 5.2.218 hooks:19 - id: isort20 21 # yapf22 - repo: https://github.com/pre-commit/mirrors-yapf23 rev: v0.30.024 hooks:25 - id: yapf26 27 # codespell28 - repo: https://github.com/codespell-project/codespell29 rev: v2.1.030 hooks:31 - id: codespell32 33 # pre-commit-hooks34 - repo: https://github.com/pre-commit/pre-commit-hooks35 rev: v3.2.036 hooks:37 - id: trailing-whitespace # Trim trailing whitespace38 - id: check-yaml # Attempt to load all yaml files to verify syntax39 - id: check-merge-conflict # Check for files that contain merge conflict strings40 - id: double-quote-string-fixer # Replace double quoted strings with single quoted strings41 - id: end-of-file-fixer # Make sure files end in a newline and only a newline42 - id: requirements-txt-fixer # Sort entries in requirements.txt and remove incorrect entry for pkg-resources==0.0.043 - id: fix-encoding-pragma # Remove the coding pragma: # -*- coding: utf-8 -*-44 args: ["--remove"]45 - id: mixed-line-ending # Replace or check mixed line ending46 args: ["--fix=lf"]47 