From 1ed210044c53d0b6d3fca69c1cce739efd1158c5 Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Mon, 11 Dec 2023 07:26:25 -0600 Subject: [PATCH] lint --- .pre-commit-config.yaml | 2 +- pyproject.toml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8cbeab7..509fc97 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -33,7 +33,7 @@ repos: [mdformat-gfm, mdformat-frontmatter, mdformat-footnote] - repo: https://github.com/pre-commit/mirrors-prettier - rev: "v4.0.0-alpha.3" + rev: "v3.1.0" hooks: - id: prettier types_or: [yaml, html, json] diff --git a/pyproject.toml b/pyproject.toml index 3351598..8fdacdf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -79,7 +79,6 @@ filterwarnings = ["error"] files = "comm" python_version = "3.8" strict = true -show_error_codes = true enable_error_code = ["ignore-without-code", "redundant-expr", "truthy-bool"] warn_unreachable = true