Skip to content

Commit

Permalink
Merge pull request #430 from kurtmckee/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
kurtmckee committed Apr 2, 2024
2 parents 053a524 + 0ac6896 commit 2252efe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,33 +23,33 @@ repos:
exclude: "\\.xml"

- repo: "https://github.com/asottile/pyupgrade"
rev: "v3.15.0"
rev: "v3.15.2"
hooks:
- id: "pyupgrade"
name: "Enforce Python 3.8+ idioms"
args:
- "--py38-plus"

- repo: "https://github.com/psf/black-pre-commit-mirror"
rev: "23.11.0"
rev: "24.3.0"
hooks:
- id: "black"
language_version: "python3.8"

- repo: "https://github.com/pycqa/isort"
rev: "5.13.0"
rev: "5.13.2"
hooks:
- id: "isort"

- repo: "https://github.com/pycqa/flake8"
rev: "6.1.0"
rev: "7.0.0"
hooks:
- id: "flake8"
additional_dependencies:
- "flake8-bugbear==23.12.2"

- repo: "https://github.com/python-jsonschema/check-jsonschema"
rev: "0.27.3"
rev: "0.28.1"
hooks:
- id: "check-dependabot"
- id: "check-github-workflows"
Expand Down
1 change: 0 additions & 1 deletion feedparser/encodings.py
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,6 @@ class MissingEncoding(io.UnsupportedOperation):


class StreamFactory:

"""Decode on the fly a binary stream that *may* have a known encoding.
If the underlying stream is seekable, it is possible to call
Expand Down

0 comments on commit 2252efe

Please sign in to comment.