-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update aiidalab package #138
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,20 +3,10 @@ ci: | |
autoupdate_schedule: quarterly | ||
|
||
repos: | ||
- repo: https://github.com/psf/black | ||
rev: 24.3.0 | ||
hooks: | ||
- id: black | ||
language_version: python3 # Should be a command that runs python3.6+ | ||
|
||
- repo: https://github.com/PyCQA/flake8 | ||
rev: '7.0.0' | ||
hooks: | ||
- id: flake8 | ||
args: [--count, --show-source, --statistics] | ||
|
||
- repo: https://github.com/pre-commit/pre-commit-hooks | ||
rev: 'v4.5.0' | ||
rev: 'v4.6.0' | ||
hooks: | ||
- id: check-yaml | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Simple check for the validity of yaml files |
||
- id: pretty-format-json | ||
args: [--autofix, --no-ensure-ascii, --indent=4, --top-keys, '$schema,$id,type,properties'] |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
aiidalab==23.3.1 | ||
pre-commit==3.6.0 | ||
packaging<22 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This pin is part of |
||
aiidalab[registry]==24.9.0 | ||
pre-commit>=3.6.0 |
This file was deleted.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are no python files in this repo.