pre-commit-ci[bot]
e638d168ef
[pre-commit.ci] pre-commit autoupdate
...
updates:
- [github.com/PyCQA/docformatter: v1.6.5 → v1.7.1](https://github.com/PyCQA/docformatter/compare/v1.6.5...v1.7.1 )
- [github.com/adrienverge/yamllint.git: v1.31.0 → v1.32.0](https://github.com/adrienverge/yamllint.git/compare/v1.31.0...v1.32.0 )
2 years ago
GitHub Actions
c71a1a6aa6
chore: release 0.10.0
2 years ago
Albert Koczy
d055a2a700
Merge pull request #49 from Sh4rK/fix/pattern
2 years ago
Albert Koczy
5dc3b2da70
Merge pull request #50 from Sh4rK/feat/params
2 years ago
pre-commit-ci[bot]
6c1a99a18f
[pre-commit.ci] auto fixes from pre-commit.com hooks
...
for more information, see https://pre-commit.ci
2 years ago
Antal Szabó
ac70c5aab9
feat: add customizable param regex and suppression
...
This adds 2 new command line flags:
- `-r`, `--param-regex`: Allows the user to customize what path segment
value will be considered as a parameter.
- `s`, `--suppress-params`: Only outputs the "templated" path with the
parameter variables, but not the originals with the actual parameters.
2 years ago
Antal Szabó
f85071e4b9
fix: correctly escape path templates
...
Previously, the resulting regex was incorrect, as the
newly introduced control characters (when handling
path parameters) were also escaped. This caused
paths with parameters to not be generated.
Also removes an effect-less `for` loop.
2 years ago
Albert Koczy
6e28a45545
Merge pull request #42 from alufers/pre-commit-ci-update-config
2 years ago
Albert Koczy
fa23d0927c
Merge pull request #43 from alufers/dependabot/pip/docformatter-1.7.0
2 years ago
Albert Koczy
a58c3e376d
Merge pull request #44 from alufers/dependabot/pip/mypy-1.3.0
2 years ago
Albert Koczy
acab21695d
Merge pull request #45 from alufers/dependabot/pip/ruamel-yaml-0.17.26
2 years ago
dependabot[bot]
dd45ec8d9e
Bump ruamel-yaml from 0.17.24 to 0.17.26
...
Bumps [ruamel-yaml](https://sourceforge.net/p/ruamel-yaml/code/ci/default/tree ) from 0.17.24 to 0.17.26.
---
updated-dependencies:
- dependency-name: ruamel-yaml
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
dependabot[bot]
de5981f9bb
Bump mypy from 1.2.0 to 1.3.0
...
Bumps [mypy](https://github.com/python/mypy ) from 1.2.0 to 1.3.0.
- [Commits](https://github.com/python/mypy/compare/v1.2.0...v1.3.0 )
---
updated-dependencies:
- dependency-name: mypy
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
dependabot[bot]
d3690c949d
Bump docformatter from 1.6.5 to 1.7.0
...
Bumps [docformatter](https://github.com/PyCQA/docformatter ) from 1.6.5 to 1.7.0.
- [Release notes](https://github.com/PyCQA/docformatter/releases )
- [Changelog](https://github.com/PyCQA/docformatter/blob/v1.7.0/CHANGELOG.md )
- [Commits](https://github.com/PyCQA/docformatter/compare/v1.6.5...v1.7.0 )
---
updated-dependencies:
- dependency-name: docformatter
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
pre-commit-ci[bot]
841ec4dabb
[pre-commit.ci] pre-commit autoupdate
...
updates:
- [github.com/pre-commit/mirrors-mypy: v1.2.0 → v1.3.0](https://github.com/pre-commit/mirrors-mypy/compare/v1.2.0...v1.3.0 )
2 years ago
GitHub Actions
b87649cdc8
chore: release 0.9.1
2 years ago
Albert Koczy
747c164bc7
Merge pull request #41 from tweska/type-fix-python3.9
2 years ago
Kevin Nobel
bdb62795b7
Fix type hinting for Python3.9
2 years ago
alufers
0846f50463
Add development and contributing information to the readme
2 years ago
alufers
f22a138e45
fix: openapi compliance
2 years ago
Albert Koczy
512016e1f8
Merge pull request #37 from alufers/pre-commit-ci-update-config
...
[pre-commit.ci] pre-commit autoupdate
2 years ago
Albert Koczy
850b1434ea
Merge pull request #39 from alufers/dependabot/pip/ruamel-yaml-0.17.24
...
Bump ruamel-yaml from 0.17.21 to 0.17.24
2 years ago
Albert Koczy
18961beb88
Merge pull request #40 from alufers/dependabot/pip/docformatter-1.6.5
...
Bump docformatter from 1.6.4 to 1.6.5
2 years ago
Albert Koczy
9b067d1c43
Merge pull request #38 from alufers/dependabot/pip/pre-commit-3.3.1
...
Bump pre-commit from 3.2.2 to 3.3.1
2 years ago
dependabot[bot]
0959f6311a
Bump docformatter from 1.6.4 to 1.6.5
...
Bumps [docformatter](https://github.com/PyCQA/docformatter ) from 1.6.4 to 1.6.5.
- [Release notes](https://github.com/PyCQA/docformatter/releases )
- [Changelog](https://github.com/PyCQA/docformatter/blob/master/CHANGELOG.md )
- [Commits](https://github.com/PyCQA/docformatter/compare/v1.6.4...v1.6.5 )
---
updated-dependencies:
- dependency-name: docformatter
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
dependabot[bot]
98aa6619bf
Bump ruamel-yaml from 0.17.21 to 0.17.24
...
Bumps [ruamel-yaml](https://sourceforge.net/p/ruamel-yaml/code/ci/default/tree ) from 0.17.21 to 0.17.24.
---
updated-dependencies:
- dependency-name: ruamel-yaml
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
dependabot[bot]
02b941914b
Bump pre-commit from 3.2.2 to 3.3.1
...
Bumps [pre-commit](https://github.com/pre-commit/pre-commit ) from 3.2.2 to 3.3.1.
- [Release notes](https://github.com/pre-commit/pre-commit/releases )
- [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md )
- [Commits](https://github.com/pre-commit/pre-commit/compare/v3.2.2...v3.3.1 )
---
updated-dependencies:
- dependency-name: pre-commit
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
pre-commit-ci[bot]
e8605a5293
[pre-commit.ci] pre-commit autoupdate
...
updates:
- [github.com/PyCQA/docformatter: v1.6.4 → v1.6.5](https://github.com/PyCQA/docformatter/compare/v1.6.4...v1.6.5 )
2 years ago
Albert Koczy
c1eaf5f2bb
Merge pull request #36 from alufers/dependabot/pip/docformatter-1.6.4
...
Bump docformatter from 1.6.3 to 1.6.4
2 years ago
Albert Koczy
165c70044f
Merge pull request #35 from alufers/pre-commit-ci-update-config
...
[pre-commit.ci] pre-commit autoupdate
2 years ago
dependabot[bot]
a41ffae50d
Bump docformatter from 1.6.3 to 1.6.4
...
Bumps [docformatter](https://github.com/PyCQA/docformatter ) from 1.6.3 to 1.6.4.
- [Release notes](https://github.com/PyCQA/docformatter/releases )
- [Changelog](https://github.com/PyCQA/docformatter/blob/master/CHANGELOG.md )
- [Commits](https://github.com/PyCQA/docformatter/compare/v1.6.3...v1.6.4 )
---
updated-dependencies:
- dependency-name: docformatter
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
pre-commit-ci[bot]
2b6e536fe6
[pre-commit.ci] pre-commit autoupdate
...
updates:
- [github.com/PyCQA/docformatter: v1.6.3 → v1.6.4](https://github.com/PyCQA/docformatter/compare/v1.6.3...v1.6.4 )
- [github.com/igorshubovych/markdownlint-cli: v0.33.0 → v0.34.0](https://github.com/igorshubovych/markdownlint-cli/compare/v0.33.0...v0.34.0 )
2 years ago
Albert Koczy
1002e16662
Merge pull request #34 from edpryk/bug/TypeError-unhashable-type-list
2 years ago
edpryk
74f5c8265b
replaced str to tuple
2 years ago
edpryk
5307c41bba
fixed issue with unstable type list
2 years ago
Albert Koczy
90edf8ea73
Merge pull request #33 from alufers/dependabot/pip/docformatter-1.6.3
...
Bump docformatter from 1.6.0 to 1.6.3
2 years ago
Albert Koczy
4e9b3a5216
Merge pull request #32 from alufers/dependabot/pip/pytest-asyncio-0.21.0
...
Bump pytest-asyncio from 0.20.3 to 0.21.0
2 years ago
dependabot[bot]
3959247e6c
Bump docformatter from 1.6.0 to 1.6.3
...
Bumps [docformatter](https://github.com/PyCQA/docformatter ) from 1.6.0 to 1.6.3.
- [Release notes](https://github.com/PyCQA/docformatter/releases )
- [Changelog](https://github.com/PyCQA/docformatter/blob/master/CHANGELOG.md )
- [Commits](https://github.com/PyCQA/docformatter/compare/v1.6.0...v1.6.3 )
---
updated-dependencies:
- dependency-name: docformatter
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
dependabot[bot]
e6446000a0
Bump pytest-asyncio from 0.20.3 to 0.21.0
...
Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio ) from 0.20.3 to 0.21.0.
- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases )
- [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.20.3...v0.21.0 )
---
updated-dependencies:
- dependency-name: pytest-asyncio
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
Albert Koczy
30ce42aabe
Create dependabot.yml
2 years ago
Albert Koczy
776c5f643d
Merge pull request #31 from alufers/pre-commit-ci-update-config
2 years ago
pre-commit-ci[bot]
284faeb44b
[pre-commit.ci] pre-commit autoupdate
...
updates:
- [github.com/pre-commit/pre-commit-hooks: v3.2.0 → v4.4.0](https://github.com/pre-commit/pre-commit-hooks/compare/v3.2.0...v4.4.0 )
- [github.com/psf/black: 23.1.0 → 23.3.0](https://github.com/psf/black/compare/23.1.0...23.3.0 )
- [github.com/pre-commit/mirrors-mypy: v1.0.1 → v1.2.0](https://github.com/pre-commit/mirrors-mypy/compare/v1.0.1...v1.2.0 )
- [github.com/PyCQA/docformatter: v1.5.1 → v1.6.3](https://github.com/PyCQA/docformatter/compare/v1.5.1...v1.6.3 )
- [github.com/PyCQA/autoflake: v2.0.1 → v2.1.1](https://github.com/PyCQA/autoflake/compare/v2.0.1...v2.1.1 )
- [github.com/adrienverge/yamllint.git: v1.29.0 → v1.31.0](https://github.com/adrienverge/yamllint.git/compare/v1.29.0...v1.31.0 )
2 years ago
GitHub Actions
1cb82031d1
chore: release 0.9.0
2 years ago
alufers
7d6aee40a6
Fix push
2 years ago
alufers
5dd135c81a
Fix action
2 years ago
alufers
262b5e0be2
Add release action
2 years ago
alufers
72ecaf92e0
feat: Build docker only for linux/amd64 platform
...
The docker build workflow is now building images only for the linux/amd64 platform.
2 years ago
alufers
43abc5997d
Add precommit
2 years ago
alufers
701f05d4ae
Add build docker
2 years ago
alufers
0837bf2a52
Optimize docker container size
2 years ago