Skip to content

Commit

Permalink
globally fix pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ganler committed Apr 24, 2024
1 parent a2f5a6e commit f949a37
Show file tree
Hide file tree
Showing 14 changed files with 1,125 additions and 962 deletions.
6 changes: 4 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,7 @@ repos:
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace
- id: pretty-format-json
args: ["--autofix", "--indent", "2"]
- repo: https://github.com/pre-commit/mirrors-prettier
rev: "v3.1.0"
hooks:
- id: prettier
8 changes: 3 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
<!DOCTYPE html>
<!doctype html>
<html>

<head>
<head>
<title>EvalPlus</title>
<meta http-equiv="refresh" content="0; url = ./leaderboard.html" />
</head>

</head>
</html>
Loading

0 comments on commit f949a37

Please sign in to comment.