Skip to content

Commit 30ff09b

Browse files
Deployed to github pages
1 parent 40e3b4b commit 30ff09b

2 files changed

Lines changed: 26 additions & 28 deletions

File tree

all-hooks.json

Lines changed: 15 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -341,24 +341,6 @@
341341
]
342342
}
343343
],
344-
"https://github.com/pre-commit/mirrors-autopep8": [
345-
{
346-
"id": "autopep8",
347-
"name": "autopep8",
348-
"description": "",
349-
"entry": "autopep8",
350-
"language": "python",
351-
"types": [
352-
"python"
353-
],
354-
"args": [
355-
"-i"
356-
],
357-
"require_serial": false,
358-
"additional_dependencies": [],
359-
"minimum_pre_commit_version": "0"
360-
}
361-
],
362344
"https://github.com/pre-commit/mirrors-clang-format": [
363345
{
364346
"id": "clang-format",
@@ -7098,5 +7080,20 @@
70987080
"image"
70997081
]
71007082
}
7083+
],
7084+
"https://github.com/hhatto/autopep8": [
7085+
{
7086+
"id": "autopep8",
7087+
"name": "autopep8",
7088+
"description": "A tool that automatically formats Python code to conform to the PEP 8 style guide.",
7089+
"entry": "autopep8",
7090+
"language": "python",
7091+
"types": [
7092+
"python"
7093+
],
7094+
"args": [
7095+
"-i"
7096+
]
7097+
}
71017098
]
71027099
}

hooks.html

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -257,16 +257,6 @@ <h3 data-repo="https://github.com/pre-commit/pre-commit-hooks">
257257
- trims trailing whitespace.
258258
</li>
259259
</ul>
260-
<h3 data-repo="https://github.com/pre-commit/mirrors-autopep8">
261-
<a href="https://github.com/pre-commit/mirrors-autopep8" target="_blank">
262-
github.com/pre-commit/mirrors-autopep8
263-
</a>
264-
</h3>
265-
<ul data-repo="https://github.com/pre-commit/mirrors-autopep8">
266-
<li data-id="autopep8" data-types="python">
267-
<code>autopep8</code>
268-
</li>
269-
</ul>
270260
<h3 data-repo="https://github.com/pre-commit/mirrors-clang-format">
271261
<a href="https://github.com/pre-commit/mirrors-clang-format" target="_blank">
272262
github.com/pre-commit/mirrors-clang-format
@@ -4212,6 +4202,17 @@ <h3 data-repo="https://github.com/stefmolin/exif-stripper">
42124202
- This hook ensures that no image metadata (EXIF) is present on images added to version control.
42134203
</li>
42144204
</ul>
4205+
<h3 data-repo="https://github.com/hhatto/autopep8">
4206+
<a href="https://github.com/hhatto/autopep8" target="_blank">
4207+
github.com/hhatto/autopep8
4208+
</a>
4209+
</h3>
4210+
<ul data-repo="https://github.com/hhatto/autopep8">
4211+
<li data-id="autopep8" data-types="python">
4212+
<code>autopep8</code>
4213+
- A tool that automatically formats Python code to conform to the PEP 8 style guide.
4214+
</li>
4215+
</ul>
42154216
</div>
42164217

42174218
<script src="assets/filter_repos.js"></script>

0 commit comments

Comments
 (0)