Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6de86a8

Browse files
committed
Update readme about most of the test/lint tools
Including tox.
1 parent5d15063 commit6de86a8

File tree

1 file changed

+18
-4
lines changed

1 file changed

+18
-4
lines changed

‎README.md

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -157,12 +157,26 @@ To typecheck, run:
157157
mypy -p git
158158
```
159159

160-
Configuration for flake8 is in the`./.flake8` file.
160+
####CI (and tox)
161161

162-
Configurations for`mypy`,`pytest`,`coverage.py`, and`black` are in`./pyproject.toml`.
162+
The same linting, and running tests on all the different supported Python versions, will be performed:
163163

164-
The same linting and testing will also be performed against different supported python versions
165-
upon submitting a pull request (or on each push if you have a fork with a "main" branch and actions enabled).
164+
- Upon submitting a pull request.
165+
- On each push,*if* you have a fork with a "main" branch and GitHub Actions enabled.
166+
- Locally, if you run[`tox`](https://tox.wiki/) (this skips any Python versions you don't have installed).
167+
168+
####Configuration files
169+
170+
Specific tools:
171+
172+
- Configurations for`mypy`,`pytest`,`coverage.py`, and`black` are in`./pyproject.toml`.
173+
- Configuration for`flake8` is in the`./.flake8` file.
174+
175+
Orchestration tools:
176+
177+
- Configuration for`pre-commit` is in the`./.pre-commit-config.yaml` file.
178+
- Configuration for`tox` is in`./tox.ini`.
179+
- Configuration for GitHub Actions (CI) is in files inside`./.github/workflows/`.
166180

167181
###Contributions
168182

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp