Skip to content

Commit

Permalink
merge yumex-dnf-4.5.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
timlau committed Sep 17, 2022
2 parents 624f3b5 + b1646de commit 2a6f827
Show file tree
Hide file tree
Showing 142 changed files with 32,299 additions and 21,359 deletions.
3 changes: 3 additions & 0 deletions .flake8
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[flake8]
max-line-length = 88
extend-ignore = E203
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,8 @@ __pycache__/
*~
/docs/_*
/build/
.idea/

src/#yumex.ui#
tools/test.py
.vscode/
3 changes: 0 additions & 3 deletions .idea/.gitignore

This file was deleted.

11 changes: 0 additions & 11 deletions .idea/inspectionProfiles/Project_Default.xml

This file was deleted.

7 changes: 0 additions & 7 deletions .idea/inspectionProfiles/profiles_settings.xml

This file was deleted.

4 changes: 0 additions & 4 deletions .idea/misc.xml

This file was deleted.

8 changes: 0 additions & 8 deletions .idea/modules.xml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/vcs.xml

This file was deleted.

14 changes: 0 additions & 14 deletions .idea/yumex-dnf.iml

This file was deleted.

22 changes: 22 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
default_stages: [commit, push]
default_language_version:
python: python3.10
repos:
- repo: https://github.com/psf/black
rev: 21.11b1
hooks:
- id: black
args: [
--line-length=88,
]
exclude: ^(tools/|docs/)
types: ['python']
- repo: https://github.com/PyCQA/flake8
rev: 4.0.1
hooks:
- id: flake8
args: [
--max-line-length=88,
]
exclude: ^(tools/|docs/)
types: ['python']
Loading

0 comments on commit 2a6f827

Please sign in to comment.