Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
engine-api
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AURA
engine-api
Commits
898aa3c4
Commit
898aa3c4
authored
1 year ago
by
David Trattnig
Browse files
Options
Downloads
Patches
Plain Diff
chore: update pre-commit
parent
7cdeff31
No related branches found
No related tags found
1 merge request
!4
Update all API to return attributes / properties in camelCase notation
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.pre-commit-config.yaml
+4
-4
4 additions, 4 deletions
.pre-commit-config.yaml
with
4 additions
and
4 deletions
.pre-commit-config.yaml
+
4
−
4
View file @
898aa3c4
repos
:
repos
:
-
repo
:
https://github.com/psf/black
-
repo
:
https://github.com/psf/black
rev
:
2
2.8
.0
rev
:
2
3.3
.0
hooks
:
hooks
:
-
id
:
black
-
id
:
black
-
repo
:
https://github.com/PyCQA/isort
-
repo
:
https://github.com/PyCQA/isort
rev
:
5.1
0.1
rev
:
5.1
2.0
hooks
:
hooks
:
-
id
:
isort
-
id
:
isort
-
repo
:
https://github.com/codespell-project/codespell
-
repo
:
https://github.com/codespell-project/codespell
rev
:
"
v2.2.
1
"
rev
:
"
v2.2.
4
"
hooks
:
hooks
:
-
id
:
codespell
-
id
:
codespell
args
:
[
"
"
]
args
:
[
"
"
]
-
repo
:
https://github.com/PyCQA/flake8
-
repo
:
https://github.com/PyCQA/flake8
rev
:
5
.0.
4
rev
:
6
.0.
0
hooks
:
hooks
:
-
id
:
flake8
-
id
:
flake8
exclude
:
^config/
exclude
:
^config/
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment