Skip to content

Commit c460faf

Browse files
authored
Merge pull request #4 from Ericsson/hidden_files
hidden files readded
2 parents e6a72a5 + d9b8783 commit c460faf

31 files changed

+33
-12
lines changed

.env.example

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
PLANTUML_JAR="/app/vbuild/tools/plantuml/1.2022.5/lib/plantuml.1.2022.5.jar"

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
.venv
2+
.pytest_cache
3+
__pycache__
4+
.vscode
5+
.coverage
6+
.env

.pre-commit-config.yaml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
repos:
2+
- repo: https://github.com/pre-commit/pre-commit-hooks
3+
rev: v2.3.0
4+
hooks:
5+
- id: check-yaml
6+
- id: end-of-file-fixer
7+
- id: trailing-whitespace
8+
- repo: https://github.com/astral-sh/ruff-pre-commit
9+
rev: v0.4.8
10+
hooks:
11+
- id: ruff
12+
args:
13+
- --fix
14+
- --show-fixes
15+
- --exit-non-zero-on-fix
16+
- id: ruff-format
17+
- repo: https://github.com/pre-commit/mirrors-mypy
18+
rev: v1.10.0
19+
hooks:
20+
- id: mypy
21+
- repo: https://github.com/aufdenpunkt/pre-commit-js-beautify
22+
rev: 1.13.0 # represents the used version of JS Beautify as well
23+
hooks:
24+
- id: js-beautify
25+
args: [--end-with-newline] # list of arguments like '--editorconfig', '--end-with-newline', '--wrap-attributes=auto', '--wrap-line-length=120'

DEPLOYMENT.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# plantuml-interactive-editor
1+
# Plantuml-Interactive-Editor
22

33
Welcome to PlantUML Interactive Editor! This application is designed to provide an intuitive and interactive environment for editing PlantUML code and generating diagrams in real-time. Whether you're creating a huge activity diagram or a single while loop, our tool streamlines the process, allowing you to focus on design rather than syntax.
44

__pycache__/app.cpython-311.pyc

-21.5 KB
Binary file not shown.
-194 Bytes
Binary file not shown.
-172 Bytes
Binary file not shown.
-339 Bytes
Binary file not shown.
-12.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)