Merge pull request #257 from mawoka-myblock/pre-commit-ci-update-config

This commit is contained in:
Marlon
2023-07-25 13:59:04 +02:00
committed by GitHub
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -14,11 +14,11 @@ repos:
# - id: check-added-large-files # - id: check-added-large-files
- repo: https://github.com/psf/black - repo: https://github.com/psf/black
rev: 23.3.0 rev: 23.7.0
hooks: hooks:
- id: black - id: black
- repo: https://github.com/pre-commit/mirrors-prettier - repo: https://github.com/pre-commit/mirrors-prettier
rev: 'v3.0.0-alpha.9-for-vscode' # Use the sha / tag you want to point at rev: 'v3.0.0' # Use the sha / tag you want to point at
hooks: hooks:
- id: prettier - id: prettier
files: "^frontend/" files: "^frontend/"
@@ -34,6 +34,6 @@ repos:
# so --exclude in .flake8 does not work # so --exclude in .flake8 does not work
exclude: ^migrations/versions/ exclude: ^migrations/versions/
- repo: https://github.com/fsfe/reuse-tool - repo: https://github.com/fsfe/reuse-tool
rev: v2.0.0 rev: v2.1.0
hooks: hooks:
- id: reuse - id: reuse
+1 -1
View File
@@ -4,7 +4,7 @@ SPDX-FileCopyrightText: 2023 Marlon W (Mawoka)
SPDX-License-Identifier: MPL-2.0 SPDX-License-Identifier: MPL-2.0
--> -->
<!DOCTYPE html> <!doctype html>
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8" /> <meta charset="utf-8" />