From 56f3d22ffd73b66dce419f70273ead805e0bac33 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 24 Jul 2023 19:59:54 +0000 Subject: [PATCH 1/2] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/abravalheri/validate-pyproject: v0.12.2 → v0.13](https://github.com/abravalheri/validate-pyproject/compare/v0.12.2...v0.13) - [github.com/asottile/setup-cfg-fmt: v2.2.0 → v2.4.0](https://github.com/asottile/setup-cfg-fmt/compare/v2.2.0...v2.4.0) - [github.com/asottile/pyupgrade: v3.4.0 → v3.9.0](https://github.com/asottile/pyupgrade/compare/v3.4.0...v3.9.0) - [github.com/psf/black: 23.3.0 → 23.7.0](https://github.com/psf/black/compare/23.3.0...23.7.0) - [github.com/pre-commit/mirrors-clang-format: v16.0.3 → v16.0.6](https://github.com/pre-commit/mirrors-clang-format/compare/v16.0.3...v16.0.6) - https://github.com/charliermarsh/ruff-pre-commit → https://github.com/astral-sh/ruff-pre-commit - [github.com/astral-sh/ruff-pre-commit: v0.0.267 → v0.0.280](https://github.com/astral-sh/ruff-pre-commit/compare/v0.0.267...v0.0.280) - [github.com/pre-commit/mirrors-mypy: v1.3.0 → v1.4.1](https://github.com/pre-commit/mirrors-mypy/compare/v1.3.0...v1.4.1) --- .pre-commit-config.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 59e8beee..2800f871 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,7 +9,7 @@ repos: # - repo: https://github.com/abravalheri/validate-pyproject - rev: v0.12.2 + rev: v0.13 hooks: - id: validate-pyproject fail_fast: true @@ -47,7 +47,7 @@ repos: # - repo: https://github.com/asottile/setup-cfg-fmt - rev: v2.2.0 + rev: v2.4.0 hooks: - id: setup-cfg-fmt args: ["--include-version-classifiers"] @@ -64,19 +64,19 @@ repos: - id: rm-unneeded-f-str - repo: https://github.com/asottile/pyupgrade - rev: v3.4.0 + rev: v3.9.0 hooks: - id: pyupgrade args: [--py38-plus] # Last modifier: Coding Standard - repo: https://github.com/psf/black - rev: 23.3.0 + rev: 23.7.0 hooks: - id: black - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v16.0.3 + rev: v16.0.6 hooks: - id: clang-format files: pypcode/pypcode_native.cpp @@ -104,13 +104,13 @@ repos: - id: check-builtin-literals - id: check-docstring-first -- repo: https://github.com/charliermarsh/ruff-pre-commit - rev: v0.0.267 +- repo: https://github.com/astral-sh/ruff-pre-commit + rev: v0.0.280 hooks: - id: ruff - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.3.0 + rev: v1.4.1 hooks: - id: mypy From 30e238af27254064ba0a2aead71f732df2442444 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 24 Jul 2023 20:01:35 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 8eb23ddd..db5ff2f6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -5,7 +5,7 @@ description = Machine code disassembly and IR translation library long_description = file: README.md long_description_content_type = text/markdown url = https://github.com/angr/pypcode -license_file = LICENSE.txt +license_files = LICENSE.txt classifiers = Programming Language :: Python Programming Language :: Python :: 3