Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#139)
Browse files Browse the repository at this point in the history
<!--pre-commit.ci start-->
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.1.9 →
v0.3.5](astral-sh/ruff-pre-commit@v0.1.9...v0.3.5)
- [github.com/psf/black-pre-commit-mirror: 23.12.1 →
24.3.0](psf/black-pre-commit-mirror@23.12.1...24.3.0)
- [github.com/tox-dev/pyproject-fmt: 1.5.3 →
1.7.0](tox-dev/pyproject-fmt@1.5.3...1.7.0)
- [github.com/abravalheri/validate-pyproject: v0.15 →
v0.16](abravalheri/validate-pyproject@v0.15...v0.16)
<!--pre-commit.ci end-->
  • Loading branch information
hugovk committed Apr 1, 2024
2 parents f945e81 + 306587b commit c2b1faf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.9
rev: v0.3.5
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]

- repo: https://github.com/psf/black-pre-commit-mirror
rev: 23.12.1
rev: 24.3.0
hooks:
- id: black

Expand All @@ -25,13 +25,13 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/tox-dev/pyproject-fmt
rev: 1.5.3
rev: 1.7.0
hooks:
- id: pyproject-fmt
additional_dependencies: [tox]

- repo: https://github.com/abravalheri/validate-pyproject
rev: v0.15
rev: v0.16
hooks:
- id: validate-pyproject

Expand Down
1 change: 1 addition & 0 deletions scripts/despacify.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
Replace spaces in emoji keywords with underscores
"""

from __future__ import annotations

import json
Expand Down
1 change: 1 addition & 0 deletions src/em_keyboard/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
automatically added to your clipboard.
- ✨ 🍰 ✨ (sparkles shortcake sparkles)
"""

from __future__ import annotations

import argparse
Expand Down

0 comments on commit c2b1faf

Please sign in to comment.