Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#3)
Browse files Browse the repository at this point in the history
* [pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/PyCQA/isort: 5.10.1 → 5.13.2](PyCQA/isort@5.10.1...5.13.2)
- [github.com/PyCQA/autoflake: v1.4 → v2.3.1](PyCQA/autoflake@v1.4...v2.3.1)
- [github.com/psf/black: 22.1.0 → 24.4.2](psf/black@22.1.0...24.4.2)

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Jul 25, 2024
1 parent 240226e commit ea86b4c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
repos:
- repo: https://github.com/PyCQA/isort
rev: 5.10.1
rev: 5.13.2
hooks:
- id: isort
stages: [commit]
args: ["--profile", "black"]

- repo: https://github.com/PyCQA/autoflake
rev: v1.4
rev: v2.3.1
hooks:
- id: autoflake
stages: [commit]
Expand All @@ -21,7 +21,7 @@ repos:
]

- repo: https://github.com/psf/black
rev: 22.1.0
rev: 24.4.2
hooks:
- id: black
stages: [commit]
6 changes: 3 additions & 3 deletions main.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#!/usr/bin/env python

import string
import argparse
import logging
import string
import sys
import time
import logging
from random import choice, seed
from pprint import pformat

import flask_bcrypt

DEFAULT_PASSWORD_LENGTH = 16
Expand Down

0 comments on commit ea86b4c

Please sign in to comment.