diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 33c8ce1..129b7f6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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/" diff --git a/scripts/bundle.py b/scripts/bundle.py index 4ddcecd..0a926c4 100644 --- a/scripts/bundle.py +++ b/scripts/bundle.py @@ -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):