Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#2294)
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] authored Oct 8, 2023
1 parent 1d01da6 commit 5a278a0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@ ci:
autoupdate_schedule: monthly
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 'v0.0.287'
rev: 'v0.0.292'
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix, --show-fixes]

- repo: https://github.com/psf/black
rev: 23.7.0
rev: 23.9.1
hooks:
- id: black

- repo: https://github.com/codespell-project/codespell
rev: v2.2.5
rev: v2.2.6
hooks:
- id: codespell # See setup.cfg for args

Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2640,7 +2640,7 @@ Release v0.0.2 (2020-01-22)
### Features

- A complete functioning PEP 517 build backend.
- `pdm builld` command.
- `pdm build` command.

### Miscellany

Expand Down
2 changes: 1 addition & 1 deletion src/pdm/models/python.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

class PythonInfo:
"""
A convenient helper class that holds all information of a Python interepreter.
A convenient helper class that holds all information of a Python interpreter.
"""

def __init__(self, py_version: PythonVersion) -> None:
Expand Down

0 comments on commit 5a278a0

Please sign in to comment.