Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
T
task_builder_sdk
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
CI / CD Analytics
Repository Analytics
Value Stream Analytics
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
tarun.madamanchi
task_builder_sdk
Commits
472a108e
Commit
472a108e
authored
Oct 18, 2023
by
tarun2512
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
first commit
parent
d727f672
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
30 additions
and
0 deletions
+30
-0
.pre-commit-config.yaml
.pre-commit-config.yaml
+30
-0
No files found.
.pre-commit-config.yaml
0 → 100644
View file @
472a108e
repos
:
-
repo
:
https://github.com/pre-commit/pre-commit-hooks
rev
:
v4.4.0
hooks
:
-
id
:
end-of-file-fixer
-
id
:
trailing-whitespace
-
id
:
requirements-txt-fixer
-
repo
:
https://github.com/asottile/pyupgrade
rev
:
v3.10.1
hooks
:
-
id
:
pyupgrade
args
:
-
--py3-plus
-
--keep-runtime-typing
-
repo
:
https://github.com/charliermarsh/ruff-pre-commit
rev
:
v0.0.284
hooks
:
-
id
:
ruff
args
:
-
--fix
-
repo
:
https://github.com/psf/black
rev
:
23.7.0
hooks
:
-
id
:
black
# It is recommended to specify the latest version of Python
# supported by your project here, or alternatively use
# pre-commit's default_language_version, see
# https://pre-commit.com/#top_level-default_language_version
language_version
:
python3.10
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment