Skip to content

Commit

Permalink
Merge pull request #17 from CaedenPH/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
CaedenPH committed Jan 30, 2023
2 parents ae4265e + 29c264e commit e7c8654
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.5.0
rev: v4.4.0
hooks:
- id: check-toml
- id: check-yaml
Expand All @@ -9,12 +9,12 @@ repos:
args: [--markdown-linebreak-ext=md]

- repo: https://github.com/pre-commit/pygrep-hooks
rev: v1.5.1
rev: v1.10.0
hooks:
- id: python-check-blanket-noqa

- repo: https://github.com/pycqa/flake8
rev: 4.0.1
rev: 6.0.0
hooks:
- id: flake8
# additional_dependencies:
Expand Down
2 changes: 1 addition & 1 deletion cogs/docs/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from .exts import *
from .fuzzy import *
from .pagination import Paginator
from .cog import setup
from .cog import setup

0 comments on commit e7c8654

Please sign in to comment.