Skip to content

Commit

Permalink
Bump the python-packages group with 2 updates (#89)
Browse files Browse the repository at this point in the history
* Bump the python-packages group with 2 updates

Bumps the python-packages group with 2 updates: [black](https://github.com/psf/black) and [flake8](https://github.com/pycqa/flake8).


Updates `black` from 24.4.2 to 24.8.0
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@24.4.2...24.8.0)

Updates `flake8` from 7.1.0 to 7.1.1
- [Commits](PyCQA/flake8@7.1.0...7.1.1)

---
updated-dependencies:
- dependency-name: black
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: flake8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python-packages
...

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

* Update .pre-commit-config.yaml

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alasdair Gray <[email protected]>
  • Loading branch information
dependabot[bot] and A-CGray authored Aug 5, 2024
1 parent a6ce571 commit 228c047
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ repos:
- id: check-merge-conflict
- id: debug-statements
- repo: https://github.com/psf/black
rev: 24.4.2
rev: 24.8.0
hooks:
- id: black
language_version: python3
args: ["-l", "120", "--target-version", "py38", "--target-version", "py39", "--target-version", "py310"]
- repo: https://github.com/PyCQA/flake8
rev: 7.0.0
rev: 7.1.1
hooks:
- id: flake8
- repo: https://github.com/econchick/interrogate
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"mkdocstrings[python]",
"pytkdocs[numpy-style]",
],
"dev": ["parameterized", "testflo", "black==24.4.2", "flake8==7.1.0", "pre-commit"],
"dev": ["parameterized", "testflo", "black==24.8.0", "flake8==7.1.1", "pre-commit"],
},
classifiers=[
"Operating System :: OS Independent",
Expand Down

0 comments on commit 228c047

Please sign in to comment.