Albert Koczy
778679ec16
Fix archlinux link after repository change
1 year ago
Albert Koczy
bcf7809dba
Merge pull request #73 from alufers/dependabot/pip/openapi-spec-validator-0.6.0
1 year ago
Albert Koczy
687bd37928
Merge pull request #75 from alufers/pre-commit-ci-update-config
1 year ago
pre-commit-ci[bot]
df85774bc6
[pre-commit.ci] pre-commit autoupdate
...
updates:
- [github.com/PyCQA/docformatter: v1.7.3 → v1.7.4](https://github.com/PyCQA/docformatter/compare/v1.7.3...v1.7.4 )
1 year ago
dependabot[bot]
5f5d91475b
chore(deps-dev): bump openapi-spec-validator from 0.5.7 to 0.6.0
...
Bumps [openapi-spec-validator](https://github.com/python-openapi/openapi-spec-validator ) from 0.5.7 to 0.6.0.
- [Release notes](https://github.com/python-openapi/openapi-spec-validator/releases )
- [Commits](https://github.com/python-openapi/openapi-spec-validator/compare/0.5.7...0.6.0 )
---
updated-dependencies:
- dependency-name: openapi-spec-validator
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
1 year ago
Albert Koczy
d71ba79f93
Merge pull request #72 from alufers/dependabot/pip/json-stream-2.3.2
1 year ago
dependabot[bot]
5c57094f47
Bump json-stream from 2.3.1 to 2.3.2
...
Bumps [json-stream](https://github.com/daggaz/json-stream ) from 2.3.1 to 2.3.2.
- [Commits](https://github.com/daggaz/json-stream/commits )
---
updated-dependencies:
- dependency-name: json-stream
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
1 year ago
alufers
b3f1b72475
0.10.1
1 year ago
Albert Koczy
bd836a720f
Merge pull request #71 from gadcam/patch-2
1 year ago
Albert Koczy
29b12c9694
Merge pull request #70 from gadcam/patch-1
1 year ago
pre-commit-ci[bot]
93a7356fc8
[pre-commit.ci] auto fixes from pre-commit.com hooks
...
for more information, see https://pre-commit.ci
1 year ago
Camille Barneaud
099ddb9d7d
[Capture] Heuristic - Fix detection
...
- Remove false positives because of EOL characters
- First character would always be a digit before as we were handling the int representation of the character
1 year ago
pre-commit-ci[bot]
3249738620
[pre-commit.ci] auto fixes from pre-commit.com hooks
...
for more information, see https://pre-commit.ci
1 year ago
Camille Barneaud
8ec7fea0a4
[HAR] Heuristic - Fix and improve support for Firefox
...
- Add a bigger weight to the HAR extension
- Fix the ASCII detection by removing EOL characters
- Fix the first character detection that was not working because would compare with an int
- Add a pattern to detect Firefox export
1 year ago
Albert Koczy
d319c93b5b
Remove pre-commit checks from Github Actions
1 year ago
Albert Koczy
73085baab4
Merge pull request #63 from alufers/dependabot/pip/ruamel-yaml-0.17.32
1 year ago
Albert Koczy
99ad8e823c
Merge pull request #67 from alufers/dependabot/pip/mypy-1.4.1
1 year ago
Albert Koczy
bbc64c22c6
Merge pull request #68 from alufers/dependabot/pip/pytest-7.4.0
1 year ago
Albert Koczy
79b13b3818
Merge pull request #69 from alufers/dependabot/pip/docformatter-1.7.3
1 year ago
Albert Koczy
6604629721
Merge pull request #62 from alufers/pre-commit-ci-update-config
1 year ago
dependabot[bot]
aee42fbd14
Bump docformatter from 1.7.2 to 1.7.3
...
Bumps [docformatter](https://github.com/PyCQA/docformatter ) from 1.7.2 to 1.7.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.7.2...v1.7.3 )
---
updated-dependencies:
- dependency-name: docformatter
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
1 year ago
dependabot[bot]
97a802e100
Bump pytest from 7.3.2 to 7.4.0
...
Bumps [pytest](https://github.com/pytest-dev/pytest ) from 7.3.2 to 7.4.0.
- [Release notes](https://github.com/pytest-dev/pytest/releases )
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest/compare/7.3.2...7.4.0 )
---
updated-dependencies:
- dependency-name: pytest
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
1 year ago
dependabot[bot]
954f9b1c5f
Bump mypy from 1.3.0 to 1.4.1
...
Bumps [mypy](https://github.com/python/mypy ) from 1.3.0 to 1.4.1.
- [Commits](https://github.com/python/mypy/compare/v1.3.0...v1.4.1 )
---
updated-dependencies:
- dependency-name: mypy
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
1 year ago
pre-commit-ci[bot]
8de3b32d92
[pre-commit.ci] pre-commit autoupdate
...
updates:
- [github.com/pre-commit/mirrors-mypy: v1.3.0 → v1.4.1](https://github.com/pre-commit/mirrors-mypy/compare/v1.3.0...v1.4.1 )
- [github.com/PyCQA/docformatter: v1.7.2 → v1.7.3](https://github.com/PyCQA/docformatter/compare/v1.7.2...v1.7.3 )
- [github.com/PyCQA/autoflake: v2.1.1 → v2.2.0](https://github.com/PyCQA/autoflake/compare/v2.1.1...v2.2.0 )
- [github.com/netromdk/vermin: v1.5.1 → v1.5.2](https://github.com/netromdk/vermin/compare/v1.5.1...v1.5.2 )
- [github.com/igorshubovych/markdownlint-cli: v0.34.0 → v0.35.0](https://github.com/igorshubovych/markdownlint-cli/compare/v0.34.0...v0.35.0 )
1 year ago
Albert Koczy
80066c037c
Merge pull request #65 from alufers/dependabot/pip/json-stream-2.3.1
1 year ago
Albert Koczy
bb7d661502
Merge pull request #66 from alufers/dependabot/pip/pre-commit-3.3.3
1 year ago
Albert Koczy
4ebbf20470
Merge pull request #64 from alufers/dependabot/pip/vermin-1.5.2
1 year ago
dependabot[bot]
430053602f
Bump pre-commit from 3.3.2 to 3.3.3
...
Bumps [pre-commit](https://github.com/pre-commit/pre-commit ) from 3.3.2 to 3.3.3.
- [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.2...v3.3.3 )
---
updated-dependencies:
- dependency-name: pre-commit
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
1 year ago
dependabot[bot]
72918f0d25
Bump json-stream from 2.3.0 to 2.3.1
...
Bumps [json-stream](https://github.com/daggaz/json-stream ) from 2.3.0 to 2.3.1.
- [Commits](https://github.com/daggaz/json-stream/commits )
---
updated-dependencies:
- dependency-name: json-stream
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
1 year ago
dependabot[bot]
5afac3a0a2
Bump vermin from 1.5.1 to 1.5.2
...
Bumps [vermin](https://github.com/netromdk/vermin ) from 1.5.1 to 1.5.2.
- [Release notes](https://github.com/netromdk/vermin/releases )
- [Commits](https://github.com/netromdk/vermin/compare/v1.5.1...v1.5.2 )
---
updated-dependencies:
- dependency-name: vermin
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
1 year ago
dependabot[bot]
b2417d3a40
Bump ruamel-yaml from 0.17.31 to 0.17.32
...
Bumps [ruamel-yaml](https://sourceforge.net/p/ruamel-yaml/code/ci/default/tree ) from 0.17.31 to 0.17.32.
---
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
e20a048a75
Merge pull request #58 from alufers/pre-commit-ci-update-config
1 year ago
Albert Koczy
49e03053ba
Merge pull request #59 from alufers/dependabot/pip/pytest-7.3.2
1 year ago
Albert Koczy
99b4aaa25d
Merge pull request #61 from alufers/dependabot/pip/docformatter-1.7.2
1 year ago
Albert Koczy
445ae9a8a7
Merge pull request #60 from alufers/dependabot/pip/openapi-spec-validator-0.5.7
1 year ago
dependabot[bot]
ed3a449d73
Bump docformatter from 1.7.1 to 1.7.2
...
Bumps [docformatter](https://github.com/PyCQA/docformatter ) from 1.7.1 to 1.7.2.
- [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.1...v1.7.2 )
---
updated-dependencies:
- dependency-name: docformatter
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
1 year ago
dependabot[bot]
8c31530f0b
Bump openapi-spec-validator from 0.5.6 to 0.5.7
...
Bumps [openapi-spec-validator](https://github.com/python-openapi/openapi-spec-validator ) from 0.5.6 to 0.5.7.
- [Release notes](https://github.com/python-openapi/openapi-spec-validator/releases )
- [Commits](https://github.com/python-openapi/openapi-spec-validator/compare/0.5.6...0.5.7 )
---
updated-dependencies:
- dependency-name: openapi-spec-validator
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
1 year ago
dependabot[bot]
839b8f47cf
Bump pytest from 7.3.1 to 7.3.2
...
Bumps [pytest](https://github.com/pytest-dev/pytest ) from 7.3.1 to 7.3.2.
- [Release notes](https://github.com/pytest-dev/pytest/releases )
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest/compare/7.3.1...7.3.2 )
---
updated-dependencies:
- dependency-name: pytest
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
1 year ago
pre-commit-ci[bot]
04df863b17
[pre-commit.ci] pre-commit autoupdate
...
updates:
- [github.com/PyCQA/docformatter: v1.7.1 → v1.7.2](https://github.com/PyCQA/docformatter/compare/v1.7.1...v1.7.2 )
1 year ago
alufers
46be163582
Fix indentation again
1 year ago
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