Skip to content

Commit

Permalink
Update dependencies (#522)
Browse files Browse the repository at this point in the history
Update dependencies:
* Update pre-commit requirement from ~=3.5 to ~=3.6 (#521)

Update `pre-commit` hooks.


Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: The AiiDA Team <[email protected]>
  • Loading branch information
3 people authored Dec 20, 2023
1 parent 21a764e commit cce1d78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ repos:
- id: flake8

- repo: https://github.com/timothycrosley/isort
rev: 5.13.1
rev: 5.13.2
hooks:
- id: isort
args: [--profile, black, --filter-files, --skip-gitignore]
2 changes: 1 addition & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
invoke~=2.2
pre-commit~=3.5
pre-commit~=3.6
pylint~=3.0

0 comments on commit cce1d78

Please sign in to comment.