From e6b5410b4e881bd02637b6ec83c9b32e2a5d357e Mon Sep 17 00:00:00 2001 From: Juliya Smith Date: Tue, 30 Nov 2021 09:21:22 -0600 Subject: [PATCH] chore: template upgrades (#17) --- .gitignore | 3 +++ CONTRIBUTING.md | 2 +- pyproject.toml | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index aaf7c3f..44faecd 100644 --- a/.gitignore +++ b/.gitignore @@ -116,3 +116,6 @@ dmypy.json # setuptools-scm version.py + +# Ape stuff +.build/ diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6a16e34..a28603c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -30,7 +30,7 @@ pip install pre-commit pre-commit install ``` -Commiting will now automatically run the local hooks and ensure that your commit passes all lint checks. +Committing will now automatically run the local hooks and ensure that your commit passes all lint checks. ## Pull Requests diff --git a/pyproject.toml b/pyproject.toml index fff9a69..cd7c2cb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ markers = "fuzzing: Run Hypothesis fuzz test suite" line_length = 100 force_grid_wrap = 0 include_trailing_comma = true -known_third_party = ["hypothesis"] +known_third_party = ["ape", "setuptools", "web3"] known_first_party = ["ape_infura"] multi_line_output = 3 use_parentheses = true