Skip to content

Commit

Permalink
Merge pull request #2 from reinout/reinout-auto-fix
Browse files Browse the repository at this point in the history
pre-commit autofixer test
  • Loading branch information
reinout authored Mar 8, 2024
2 parents bd783dd + 3678a2f commit 4774b28
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,3 @@ repos:
rev: 24.2.0
hooks:
- id: black

ci:
autoupdate_branch: master
1 change: 1 addition & 0 deletions tools/add_time.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
hardcoded.
"""

import datetime
import sys

Expand Down
1 change: 1 addition & 0 deletions tools/blog.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
instead of here. TODO.
"""

from datetime import datetime
from string import Template
import os
Expand Down
1 change: 1 addition & 0 deletions tools/engineerlog.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
what this script does.
"""

import logging
import os

Expand Down
1 change: 1 addition & 0 deletions tools/git.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
prevent accidents.
"""

import subprocess
import sys

Expand Down
1 change: 1 addition & 0 deletions tools/github.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
I got the idea from https://github.com/myusuf3/octogit.
"""

import re
import subprocess
import sys
Expand Down
1 change: 1 addition & 0 deletions tools/mkinit.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
Basically: mkdir plus the creation of the init file. Handy for creating a
django app's ``$APP/management/commands/`` directory.
"""

import os
import sys

Expand Down
1 change: 1 addition & 0 deletions tools/sommen.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
Small utility script for printing a bunch of calculations for my kids.
"""

import random
import sys
import webbrowser
Expand Down

0 comments on commit 4774b28

Please sign in to comment.