Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pre-commit.ci] pre-commit autoupdate #60

Merged
merged 2 commits into from
Jan 7, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repos:
- id: "check-useless-excludes"

- repo: "https://github.com/pre-commit/pre-commit-hooks"
rev: "v4.6.0"
rev: "v5.0.0"
hooks:
- id: "check-added-large-files"
- id: "check-merge-conflict"
Expand All @@ -28,14 +28,14 @@ repos:
- id: "update-headers"

- repo: "https://github.com/asottile/pyupgrade"
rev: "v3.17.0"
rev: "v3.19.1"
hooks:
- id: "pyupgrade"
name: "Enforce Python 3.9+ idioms"
args: ["--py39-plus"]

- repo: "https://github.com/psf/black-pre-commit-mirror"
rev: "24.8.0"
rev: "24.10.0"
hooks:
- id: "black"

Expand All @@ -59,18 +59,18 @@ repos:
exclude: "README.rst"

- repo: "https://github.com/python-jsonschema/check-jsonschema"
rev: "0.29.3"
rev: "0.30.0"
hooks:
- id: "check-readthedocs"
- id: "check-dependabot"
- id: "check-github-workflows"

- repo: "https://github.com/rhysd/actionlint"
rev: "v1.7.3"
rev: "v1.7.6"
hooks:
- id: "actionlint"

- repo: "https://github.com/kurtmckee/pre-commit-hooks"
rev: "v0.1.1"
rev: "v1.0.0"
hooks:
- id: "verify-consistent-pyproject-toml-python-requirements"
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
..
This file is a part of Chipshot <https://github.com/kurtmckee/chipshot>
Copyright 2022-2024 Kurt McKee <[email protected]>
Copyright 2022-2025 Kurt McKee <[email protected]>
SPDX-License-Identifier: MIT

..
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
..
This file is a part of Chipshot <https://github.com/kurtmckee/chipshot>
Copyright 2022-2024 Kurt McKee <[email protected]>
Copyright 2022-2025 Kurt McKee <[email protected]>
SPDX-License-Identifier: MIT


Expand Down
2 changes: 1 addition & 1 deletion docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
..
This file is a part of Chipshot <https://github.com/kurtmckee/chipshot>
Copyright 2022-2024 Kurt McKee <[email protected]>
Copyright 2022-2025 Kurt McKee <[email protected]>
SPDX-License-Identifier: MIT

.. include:: ../CHANGELOG.rst
2 changes: 1 addition & 1 deletion docs/colophon.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
..
This file is a part of Chipshot <https://github.com/kurtmckee/chipshot>
Copyright 2022-2024 Kurt McKee <[email protected]>
Copyright 2022-2025 Kurt McKee <[email protected]>
SPDX-License-Identifier: MIT

Colophon
Expand Down
2 changes: 1 addition & 1 deletion docs/how-to/custom-style.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
..
This file is a part of Chipshot <https://github.com/kurtmckee/chipshot>
Copyright 2022-2024 Kurt McKee <[email protected]>
Copyright 2022-2025 Kurt McKee <[email protected]>
SPDX-License-Identifier: MIT

How To Create a Custom Style
Expand Down
2 changes: 1 addition & 1 deletion docs/how-to/exclusions.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
..
This file is a part of Chipshot <https://github.com/kurtmckee/chipshot>
Copyright 2022-2024 Kurt McKee <[email protected]>
Copyright 2022-2025 Kurt McKee <[email protected]>
SPDX-License-Identifier: MIT

How To Exclude Specific Files
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
..
This file is a part of Chipshot <https://github.com/kurtmckee/chipshot>
Copyright 2022-2024 Kurt McKee <[email protected]>
Copyright 2022-2025 Kurt McKee <[email protected]>
SPDX-License-Identifier: MIT

.. rst-class:: visually-hidden
Expand Down
2 changes: 1 addition & 1 deletion docs/license.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
..
This file is a part of Chipshot <https://github.com/kurtmckee/chipshot>
Copyright 2022-2024 Kurt McKee <[email protected]>
Copyright 2022-2025 Kurt McKee <[email protected]>
SPDX-License-Identifier: MIT

License
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/boms.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
..
This file is a part of Chipshot <https://github.com/kurtmckee/chipshot>
Copyright 2022-2024 Kurt McKee <[email protected]>
Copyright 2022-2025 Kurt McKee <[email protected]>
SPDX-License-Identifier: MIT

Byte Order Marks (BOMs)
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorial/configuring.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
..
This file is a part of Chipshot <https://github.com/kurtmckee/chipshot>
Copyright 2022-2024 Kurt McKee <[email protected]>
Copyright 2022-2025 Kurt McKee <[email protected]>
SPDX-License-Identifier: MIT

Configuring Chipshot
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorial/installing.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
..
This file is a part of Chipshot <https://github.com/kurtmckee/chipshot>
Copyright 2022-2024 Kurt McKee <[email protected]>
Copyright 2022-2025 Kurt McKee <[email protected]>
SPDX-License-Identifier: MIT

Installing Chipshot
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorial/overview.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
..
This file is a part of Chipshot <https://github.com/kurtmckee/chipshot>
Copyright 2022-2024 Kurt McKee <[email protected]>
Copyright 2022-2025 Kurt McKee <[email protected]>
SPDX-License-Identifier: MIT

An overview of Chipshot's features
Expand Down
2 changes: 1 addition & 1 deletion requirements/README.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
..
This file is a part of Chipshot <https://github.com/kurtmckee/chipshot>
Copyright 2022-2024 Kurt McKee <[email protected]>
Copyright 2022-2025 Kurt McKee <[email protected]>
SPDX-License-Identifier: MIT

``requirements/``
Expand Down
2 changes: 1 addition & 1 deletion src/chipshot/__main__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This file is a part of Chipshot <https://github.com/kurtmckee/chipshot>
# Copyright 2022-2024 Kurt McKee <[email protected]>
# Copyright 2022-2025 Kurt McKee <[email protected]>
# SPDX-License-Identifier: MIT

from . import cli
Expand Down
2 changes: 1 addition & 1 deletion src/chipshot/cli.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This file is a part of Chipshot <https://github.com/kurtmckee/chipshot>
# Copyright 2022-2024 Kurt McKee <[email protected]>
# Copyright 2022-2025 Kurt McKee <[email protected]>
# SPDX-License-Identifier: MIT

from __future__ import annotations
Expand Down
2 changes: 1 addition & 1 deletion src/chipshot/compare.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This file is a part of Chipshot <https://github.com/kurtmckee/chipshot>
# Copyright 2022-2024 Kurt McKee <[email protected]>
# Copyright 2022-2025 Kurt McKee <[email protected]>
# SPDX-License-Identifier: MIT

from __future__ import annotations
Expand Down
2 changes: 1 addition & 1 deletion src/chipshot/config.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This file is a part of Chipshot <https://github.com/kurtmckee/chipshot>
# Copyright 2022-2024 Kurt McKee <[email protected]>
# Copyright 2022-2025 Kurt McKee <[email protected]>
# SPDX-License-Identifier: MIT

from __future__ import annotations
Expand Down
2 changes: 1 addition & 1 deletion src/chipshot/exceptions.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This file is a part of Chipshot <https://github.com/kurtmckee/chipshot>
# Copyright 2022-2024 Kurt McKee <[email protected]>
# Copyright 2022-2025 Kurt McKee <[email protected]>
# SPDX-License-Identifier: MIT


Expand Down
2 changes: 1 addition & 1 deletion src/chipshot/logger.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This file is a part of Chipshot <https://github.com/kurtmckee/chipshot>
# Copyright 2022-2024 Kurt McKee <[email protected]>
# Copyright 2022-2025 Kurt McKee <[email protected]>
# SPDX-License-Identifier: MIT

import logging
Expand Down
2 changes: 1 addition & 1 deletion src/chipshot/reader/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This file is a part of Chipshot <https://github.com/kurtmckee/chipshot>
# Copyright 2022-2024 Kurt McKee <[email protected]>
# Copyright 2022-2025 Kurt McKee <[email protected]>
# SPDX-License-Identifier: MIT

from __future__ import annotations
Expand Down
2 changes: 1 addition & 1 deletion src/chipshot/reader/encoding.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This file is a part of Chipshot <https://github.com/kurtmckee/chipshot>
# Copyright 2022-2024 Kurt McKee <[email protected]>
# Copyright 2022-2025 Kurt McKee <[email protected]>
# SPDX-License-Identifier: MIT

from __future__ import annotations
Expand Down
2 changes: 1 addition & 1 deletion src/chipshot/reader/header.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This file is a part of Chipshot <https://github.com/kurtmckee/chipshot>
# Copyright 2022-2024 Kurt McKee <[email protected]>
# Copyright 2022-2025 Kurt McKee <[email protected]>
# SPDX-License-Identifier: MIT

from __future__ import annotations
Expand Down
2 changes: 1 addition & 1 deletion src/chipshot/reader/identity.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This file is a part of Chipshot <https://github.com/kurtmckee/chipshot>
# Copyright 2022-2024 Kurt McKee <[email protected]>
# Copyright 2022-2025 Kurt McKee <[email protected]>
# SPDX-License-Identifier: MIT

from __future__ import annotations
Expand Down
2 changes: 1 addition & 1 deletion src/chipshot/reader/newlines.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This file is a part of Chipshot <https://github.com/kurtmckee/chipshot>
# Copyright 2022-2024 Kurt McKee <[email protected]>
# Copyright 2022-2025 Kurt McKee <[email protected]>
# SPDX-License-Identifier: MIT

from __future__ import annotations
Expand Down
2 changes: 1 addition & 1 deletion src/chipshot/reader/prologue.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This file is a part of Chipshot <https://github.com/kurtmckee/chipshot>
# Copyright 2022-2024 Kurt McKee <[email protected]>
# Copyright 2022-2025 Kurt McKee <[email protected]>
# SPDX-License-Identifier: MIT

from __future__ import annotations
Expand Down
2 changes: 1 addition & 1 deletion src/chipshot/render.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This file is a part of Chipshot <https://github.com/kurtmckee/chipshot>
# Copyright 2022-2024 Kurt McKee <[email protected]>
# Copyright 2022-2025 Kurt McKee <[email protected]>
# SPDX-License-Identifier: MIT

from __future__ import annotations
Expand Down
2 changes: 1 addition & 1 deletion src/chipshot/shared.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This file is a part of Chipshot <https://github.com/kurtmckee/chipshot>
# Copyright 2022-2024 Kurt McKee <[email protected]>
# Copyright 2022-2025 Kurt McKee <[email protected]>
# SPDX-License-Identifier: MIT

import dataclasses
Expand Down
2 changes: 1 addition & 1 deletion src/chipshot/writer.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This file is a part of Chipshot <https://github.com/kurtmckee/chipshot>
# Copyright 2022-2024 Kurt McKee <[email protected]>
# Copyright 2022-2025 Kurt McKee <[email protected]>
# SPDX-License-Identifier: MIT

import logging
Expand Down
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This file is a part of Chipshot <https://github.com/kurtmckee/chipshot>
# Copyright 2022-2024 Kurt McKee <[email protected]>
# Copyright 2022-2025 Kurt McKee <[email protected]>
# SPDX-License-Identifier: MIT

import copy
Expand Down
2 changes: 1 addition & 1 deletion tests/test_compare.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This file is a part of Chipshot <https://github.com/kurtmckee/chipshot>
# Copyright 2022-2024 Kurt McKee <[email protected]>
# Copyright 2022-2025 Kurt McKee <[email protected]>
# SPDX-License-Identifier: MIT

import pytest
Expand Down
2 changes: 1 addition & 1 deletion tests/test_config.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This file is a part of Chipshot <https://github.com/kurtmckee/chipshot>
# Copyright 2022-2024 Kurt McKee <[email protected]>
# Copyright 2022-2025 Kurt McKee <[email protected]>
# SPDX-License-Identifier: MIT

import pytest
Expand Down
2 changes: 1 addition & 1 deletion tests/test_reader.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This file is a part of Chipshot <https://github.com/kurtmckee/chipshot>
# Copyright 2022-2024 Kurt McKee <[email protected]>
# Copyright 2022-2025 Kurt McKee <[email protected]>
# SPDX-License-Identifier: MIT

import pathlib
Expand Down
2 changes: 1 addition & 1 deletion tests/test_reader_encoding.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This file is a part of Chipshot <https://github.com/kurtmckee/chipshot>
# Copyright 2022-2024 Kurt McKee <[email protected]>
# Copyright 2022-2025 Kurt McKee <[email protected]>
# SPDX-License-Identifier: MIT

import codecs
Expand Down
2 changes: 1 addition & 1 deletion tests/test_reader_header.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This file is a part of Chipshot <https://github.com/kurtmckee/chipshot>
# Copyright 2022-2024 Kurt McKee <[email protected]>
# Copyright 2022-2025 Kurt McKee <[email protected]>
# SPDX-License-Identifier: MIT

import pathlib
Expand Down
2 changes: 1 addition & 1 deletion tests/test_reader_identity.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This file is a part of Chipshot <https://github.com/kurtmckee/chipshot>
# Copyright 2022-2024 Kurt McKee <[email protected]>
# Copyright 2022-2025 Kurt McKee <[email protected]>
# SPDX-License-Identifier: MIT

import pathlib
Expand Down
2 changes: 1 addition & 1 deletion tests/test_reader_newlines.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This file is a part of Chipshot <https://github.com/kurtmckee/chipshot>
# Copyright 2022-2024 Kurt McKee <[email protected]>
# Copyright 2022-2025 Kurt McKee <[email protected]>
# SPDX-License-Identifier: MIT

import pytest
Expand Down
2 changes: 1 addition & 1 deletion tests/test_reader_prologue.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This file is a part of Chipshot <https://github.com/kurtmckee/chipshot>
# Copyright 2022-2024 Kurt McKee <[email protected]>
# Copyright 2022-2025 Kurt McKee <[email protected]>
# SPDX-License-Identifier: MIT

import pathlib
Expand Down
2 changes: 1 addition & 1 deletion tests/test_render.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This file is a part of Chipshot <https://github.com/kurtmckee/chipshot>
# Copyright 2022-2024 Kurt McKee <[email protected]>
# Copyright 2022-2025 Kurt McKee <[email protected]>
# SPDX-License-Identifier: MIT

import pathlib
Expand Down
2 changes: 1 addition & 1 deletion tests/test_writer.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This file is a part of Chipshot <https://github.com/kurtmckee/chipshot>
# Copyright 2022-2024 Kurt McKee <[email protected]>
# Copyright 2022-2025 Kurt McKee <[email protected]>
# SPDX-License-Identifier: MIT

import codecs
Expand Down
Loading