Skip to content

Commit

Permalink
Merge pull request #37 from pacrob/upgrade-template
Browse files Browse the repository at this point in the history
Upgrade template
  • Loading branch information
pacrob committed Oct 4, 2023
2 parents b3313b0 + c700288 commit 3c4c05d
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ common: &common
python -m pip install tox
- run:
name: install pre-commit
command: pip install --progress-bar=off pre-commit
command: python -m pip install --progress-bar=off pre-commit
- run:
name: run tox
command: python -m tox run -r
Expand Down
2 changes: 1 addition & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Closes #

- \[ \] Add or update documentation related to these changes

- \[ \] Add entry to the [release notes](https://github.com/ethereum/web3.py/blob/master/newsfragments/README.md)
- \[ \] Add entry to the [release notes](https://github.com/ethereum/hexbytes/blob/master/newsfragments/README.md)

#### Cute Animal Picture

Expand Down
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
*.egg-info
dist
build
.build
eggs
.eggs
parts
Expand Down Expand Up @@ -74,6 +75,9 @@ logs
# pyenv
.python-version

# vs-code
.vscode

# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
# For a more precise, explicit template, see:
# https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
Expand Down
3 changes: 2 additions & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ build:
python: "3.11"

sphinx:
configuration: docs/conf.py
configuration: docs/conf.py
fail_on_warning: true

python:
install:
Expand Down
1 change: 1 addition & 0 deletions newsfragments/37.internal.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Merge template - .gitignore updates and other fixes
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ allowlist_externals=make,pre-commit

[common-lint]
basepython=python
deps = pre-commit
deps=pre-commit
commands=
pre-commit run --all-files --show-diff-on-failure

Expand Down

0 comments on commit 3c4c05d

Please sign in to comment.