Skip to content

Commit

Permalink
Merge branch 'chore/pyproject.toml-config' of github.com:ARYAN-NIKNEZ…
Browse files Browse the repository at this point in the history
…HAD/python-sage-imap into chore/pyproject.toml-config
  • Loading branch information
ARYAN-NIKNEZHAD committed Aug 28, 2024
2 parents 77a2217 + f4e7148 commit 24227ee
Show file tree
Hide file tree
Showing 12 changed files with 143 additions and 88 deletions.
9 changes: 0 additions & 9 deletions .coveragerc

This file was deleted.

4 changes: 0 additions & 4 deletions .flake8

This file was deleted.

2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
coverage run -m pytest
- name: Generate coverage report
run: coverage xml
- name: Run Tox tests
run: tox
- name: Upload coverage to Codecov
run: codecov
env:
Expand Down
11 changes: 6 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,18 @@ repos:
- id: check-merge-conflict
- id: check-docstring-first

- repo: https://github.com/pre-commit/mirrors-isort
rev: v5.10.1
hooks:
- id: isort
exclude: docs/

- repo: https://github.com/psf/black
rev: 23.3.0
hooks:
- id: black
exclude: docs/

- repo: https://github.com/pre-commit/mirrors-isort
rev: v5.10.1
hooks:
- id: isort
exclude: docs/

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.991
Expand Down
13 changes: 0 additions & 13 deletions .pylintrc

This file was deleted.

10 changes: 0 additions & 10 deletions mypy.ini

This file was deleted.

2 changes: 1 addition & 1 deletion packages/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -93,4 +93,4 @@ urllib3==2.2.2 ; python_version >= "3.11" and python_version < "4.0"
virtualenv==20.26.3 ; python_version >= "3.11" and python_version < "4.0"
wcwidth==0.2.13 ; python_version >= "3.11" and python_version < "4.0"
wheel==0.43.0 ; python_version >= "3.11" and python_version < "4.0"
zipp==3.20.1 ; python_version >= "3.11" and python_version < "4.0"
zipp==3.20.1 ; python_version >= "3.11" and python_version < "4.0"
6 changes: 6 additions & 0 deletions packages/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
certifi==2024.7.4 ; python_version >= "3.8" and python_version < "4.0"
charset-normalizer==3.3.2 ; python_version >= "3.8" and python_version < "4.0"
idna==3.7 ; python_version >= "3.8" and python_version < "4.0"
requests==2.32.3 ; python_version >= "3.8" and python_version < "4.0"
setuptools==70.3.0 ; python_version >= "3.8" and python_version < "4.0"
urllib3==2.2.2 ; python_version >= "3.8" and python_version < "4.0"
117 changes: 73 additions & 44 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 24227ee

Please sign in to comment.