Skip to content

Commit 20f9327

Browse files
authored
Merge pull request #427 from jupyterhub/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents e9e1e23 + 92b9aa7 commit 20f9327

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ repos:
1717

1818
# Autoformat: markdown, javacsript
1919
- repo: https://github.com/pre-commit/mirrors-prettier
20-
rev: v2.7.1
20+
rev: v3.0.0-alpha.2
2121
hooks:
2222
- id: prettier
2323
args:
@@ -26,6 +26,6 @@ repos:
2626

2727
# Lint
2828
- repo: https://github.com/pre-commit/mirrors-eslint
29-
rev: v8.22.0
29+
rev: v8.25.0
3030
hooks:
3131
- id: eslint

lib/error/404.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!DOCTYPE html>
1+
<!doctype html>
22
<html>
33
<head>
44
<meta charset="utf-8" />

lib/error/503.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!DOCTYPE html>
1+
<!doctype html>
22
<html>
33
<head>
44
<meta charset="utf-8" />

lib/error/error.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!DOCTYPE html>
1+
<!doctype html>
22
<html>
33
<head>
44
<meta charset="utf-8" />

0 commit comments

Comments
 (0)