Skip to content

Commit

Permalink
chore: template upgrades (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
antazoey authored Nov 30, 2021
1 parent c0add00 commit e6b5410
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -116,3 +116,6 @@ dmypy.json

# setuptools-scm
version.py

# Ape stuff
.build/
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit e6b5410

Please sign in to comment.