Skip to content

Commit

Permalink
Bump pre-commit from 2.17.0 to 2.18.1 (#103)
Browse files Browse the repository at this point in the history
* Bump pre-commit from 2.17.0 to 2.18.1

Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 2.17.0 to 2.18.1.
- [Release notes](https://github.com/pre-commit/pre-commit/releases)
- [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md)
- [Commits](pre-commit/pre-commit@v2.17.0...v2.18.1)

---
updated-dependencies:
- dependency-name: pre-commit
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Pin pre-commit version for Python 3.6

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: pylipp <[email protected]>
  • Loading branch information
dependabot[bot] and pylipp authored Apr 5, 2022
1 parent c23ef1a commit 4da6ce7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ packaging =
develop =
coverage==6.2;python_version<"3.7"
coverage==6.3.2;python_version>="3.7"
pre-commit==2.17.0
pre-commit==2.17.0;python_version<"3.7"
pre-commit==2.18.1;python_version>="3.7"
gitlint-core==0.17.0
flake8==4.0.1
black==22.3.0
Expand Down

0 comments on commit 4da6ce7

Please sign in to comment.