Skip to content

Commit

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

updates:
- [github.com/psf/black: 24.10.0 → 25.1.0](psf/black@24.10.0...25.1.0)
- [github.com/codespell-project/codespell: v2.3.0 → v2.4.1](codespell-project/codespell@v2.3.0...v2.4.1)

* [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 Feb 13, 2025
1 parent c5e276b commit 0c22dec
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repos:
- id: check-added-large-files
args: [--maxkb=32000]
- repo: https://github.com/psf/black
rev: 24.10.0
rev: 25.1.0
hooks:
- id: black
args: ['--line-length=120']
Expand All @@ -22,7 +22,7 @@ repos:
- id: flake8
args: ['--max-line-length=120']
- repo: https://github.com/codespell-project/codespell
rev: v2.3.0
rev: v2.4.1
hooks:
- id: codespell
- repo: local
Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""
Purpose: A Python script holding the configuration of the project. Contains the project
name and release information as well as some extra configuration keys.
Purpose: A Python script holding the configuration of the project. Contains the project
name and release information as well as some extra configuration keys.
"""

import os
Expand Down
2 changes: 1 addition & 1 deletion src/shiver/models/help.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
""" single help module """
"""single help module"""

import webbrowser
from shiver.configuration import get_data
Expand Down

0 comments on commit 0c22dec

Please sign in to comment.