From ac49c74df9dd73175b1ce492d67896d3541a8637 Mon Sep 17 00:00:00 2001 From: faph Date: Thu, 16 Feb 2023 02:16:13 +0000 Subject: [PATCH] Fix Tox environment name for running linting tools in PR template (#2505) --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index ce1167494..ae6ea93a0 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,6 +1,6 @@ ### Thanks for contributing, make sure you address all the checklists (for details on how see [development documentation](https://virtualenv.pypa.io/en/latest/development.html#development)) -- [ ] ran the linter to address style issues (`tox -e fix_lint`) +- [ ] ran the linter to address style issues (`tox -e fix`) - [ ] wrote descriptive pull request text - [ ] ensured there are test(s) validating the fix - [ ] added news fragment in `docs/changelog` folder