Skip to content

Commit

Permalink
Merge pull request #5 from pyapp-kit/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
ci(pre-commit.ci): autoupdate
  • Loading branch information
tlambert03 authored Oct 3, 2023
2 parents b96c406 + aed49fd commit 1178470
Show file tree
Hide file tree
Showing 2 changed files with 6 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 @@ -5,23 +5,23 @@ ci:

repos:
- repo: https://github.com/abravalheri/validate-pyproject
rev: v0.12.2
rev: v0.14
hooks:
- id: validate-pyproject

- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.0.261
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.0.292
hooks:
- id: ruff
args: [--fix]

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

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.2.0
rev: v1.5.1
hooks:
- id: mypy
files: "^src/"
2 changes: 1 addition & 1 deletion scripts/bundle.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

VERSION = "6.4.0"
PKG_DIR = Path(__file__).parent.parent / "src" / "fonticon_fa6"
URL = "https://github.com/FortAwesome/Font-Awesome/releases/download/{0}/fontawesome-free-{0}-desktop.zip" # noqa
URL = "https://github.com/FortAwesome/Font-Awesome/releases/download/{0}/fontawesome-free-{0}-desktop.zip"


def get_data(version, pkg_dir):
Expand Down

0 comments on commit 1178470

Please sign in to comment.