alufers
78112c5e91
Fix indentation
1 year ago
alufers
0625d44efc
refactor: Improve consistency of indentations, reformat comments, and use active voice in mitmproxy2swagger
...
Improves the consistency of indentations, reformat comments, and updates the passive voice used in function requests_to_headers and mitmproxy2swagger_e2e_test to active voice.
1 year ago
alufers
8529b6c02d
Add `--show-diff-on-failure` option to Python lint checks in GitHub Actions.
1 year ago
Albert Koczy
b341493b1d
Merge pull request #56 from alufers/dependabot/pip/ruamel-yaml-0.17.31
1 year ago
dependabot[bot]
2e3676e8a2
Bump ruamel-yaml from 0.17.28 to 0.17.31
...
Bumps [ruamel-yaml](https://sourceforge.net/p/ruamel-yaml/code/ci/default/tree ) from 0.17.28 to 0.17.31.
---
updated-dependencies:
- dependency-name: ruamel-yaml
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
1 year ago
Albert Koczy
55e3fbc27f
Merge pull request #54 from alufers/dependabot/pip/pytest-cov-4.1.0
1 year ago
Albert Koczy
1f81082f22
Merge pull request #55 from alufers/dependabot/pip/ruamel-yaml-0.17.28
1 year ago
dependabot[bot]
50a7955b6f
Bump ruamel-yaml from 0.17.26 to 0.17.28
...
Bumps [ruamel-yaml](https://sourceforge.net/p/ruamel-yaml/code/ci/default/tree ) from 0.17.26 to 0.17.28.
---
updated-dependencies:
- dependency-name: ruamel-yaml
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
1 year ago
dependabot[bot]
03f4b9ab6c
Bump pytest-cov from 4.0.0 to 4.1.0
...
Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov ) from 4.0.0 to 4.1.0.
- [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest-cov/compare/v4.0.0...v4.1.0 )
---
updated-dependencies:
- dependency-name: pytest-cov
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
1 year ago
alufers
3307cde4ea
Update docformatter and all dependencies
2 years ago
Albert Koczy
90d5f672ee
Merge pull request #51 from alufers/pre-commit-ci-update-config
2 years ago
Albert Koczy
f134d8fa03
Merge pull request #52 from alufers/dependabot/pip/pre-commit-3.3.2
2 years ago
Albert Koczy
d7033821bf
Merge pull request #53 from alufers/dependabot/pip/docformatter-1.7.1
2 years ago
dependabot[bot]
712eb8fb07
Bump docformatter from 1.7.0 to 1.7.1
...
Bumps [docformatter](https://github.com/PyCQA/docformatter ) from 1.7.0 to 1.7.1.
- [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.7.0...v1.7.1 )
---
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]
2b030d0cf7
Bump pre-commit from 3.3.1 to 3.3.2
...
Bumps [pre-commit](https://github.com/pre-commit/pre-commit ) from 3.3.1 to 3.3.2.
- [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.3.1...v3.3.2 )
---
updated-dependencies:
- dependency-name: pre-commit
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]
fe6f5fc01c
[pre-commit.ci] auto fixes from pre-commit.com hooks
...
for more information, see https://pre-commit.ci
2 years ago
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