From 9b4a531f5dd6be8fe41a36be495ecf42fd4cf097 Mon Sep 17 00:00:00 2001 From: Preocts Date: Mon, 3 Nov 2025 18:45:02 -0500 Subject: [PATCH] Remove flake8-builtins from linting --- pyproject.toml | 1 - uv.lock | 14 -------------- 2 files changed, 15 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index bca815d..3e32060 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,6 @@ format = [ ] lint = [ "flake8", - "flake8-builtins", "flake8-pep585", "mypy", ] diff --git a/uv.lock b/uv.lock index 0c977c4..219ec45 100644 --- a/uv.lock +++ b/uv.lock @@ -192,18 +192,6 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/9f/56/13ab06b4f93ca7cac71078fbe37fcea175d3216f31f85c3168a6bbd0bb9a/flake8-7.3.0-py2.py3-none-any.whl", hash = "sha256:b9696257b9ce8beb888cdbe31cf885c90d31928fe202be0889a7cdafad32f01e", size = 57922, upload-time = "2025-06-20T19:31:34.425Z" }, ] -[[package]] -name = "flake8-builtins" -version = "2.5.0" -source = { registry = "https://pypi.org/simple" } -dependencies = [ - { name = "flake8" }, -] -sdist = { url = "https://files.pythonhosted.org/packages/7a/33/fdfe44695094124e0e518fdd4fed0c7a34a5920de7063babd4b2bbdc8a7f/flake8_builtins-2.5.0.tar.gz", hash = "sha256:bdaa3dd823e4f5308c5e712d19fa5f69daa52781ea874f5ea9c3637bcf56faa6", size = 16499, upload-time = "2024-04-09T10:57:33.399Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/14/33/e423d57dbe2a2ad664d166aeceac58b469510d6c763fada32afd47ffc9ef/flake8_builtins-2.5.0-py3-none-any.whl", hash = "sha256:8cac7c52c6f0708c0902b46b385bc7e368a9068965083796f1431c0d2e6550cf", size = 11964, upload-time = "2024-04-09T10:57:31.271Z" }, -] - [[package]] name = "flake8-pep585" version = "0.1.7" @@ -305,7 +293,6 @@ format = [ ] lint = [ { name = "flake8" }, - { name = "flake8-builtins" }, { name = "flake8-pep585" }, { name = "mypy" }, ] @@ -325,7 +312,6 @@ format = [ ] lint = [ { name = "flake8" }, - { name = "flake8-builtins" }, { name = "flake8-pep585" }, { name = "mypy" }, ]