Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
engine-recorder
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
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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-recorder
Merge requests
!27
Chore: remove sync option, closes
#40
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Chore: remove sync option, closes
#40
remove-sync-option
into
main
Overview
0
Commits
2
Pipelines
1
Changes
1
Merged
Ole Binder
requested to merge
remove-sync-option
into
main
4 months ago
Overview
0
Commits
2
Pipelines
1
Changes
1
Expand
This removes the python sync option. Instead recommends a cronjob based approach with rsync
0
0
Merge request reports
Viewing commit
f05659d5
Prev
Next
Show latest version
1 file
+
3
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Verified
f05659d5
Chore: update pre-commit
· f05659d5
Ole Binder
authored
4 months ago
.pre-commit-config.yaml
+
3
−
3
Options
repos
:
-
repo
:
https://github.com/psf/black
rev
:
24.
2
.0
rev
:
24.
10
.0
hooks
:
-
id
:
black
@@ -10,13 +10,13 @@ repos:
-
id
:
isort
-
repo
:
https://github.com/codespell-project/codespell
rev
:
v2.
2.6
rev
:
v2.
3.0
hooks
:
-
id
:
codespell
args
:
[
"
$(wildcard
*.md)
docs
src
tests
config
contrib"
]
-
repo
:
https://github.com/PyCQA/flake8
rev
:
7.
0.0
rev
:
7.
1.1
hooks
:
-
id
:
flake8
args
:
[
"
--config=.flake8"
]
Loading