pFad - Phone/Frame/Anonymizer/Declutterfier! Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

URL: http://github.com/appium/python-client/commit/8f2b059586f9e73fb431043a655729f655719884

sorigen="anonymous" media="all" rel="stylesheet" href="https://github.githubassets.com/assets/global-9c8f61f9f58ad7b2.css" /> chore: use ruff (isort, pylint and pyflakes) instead of individual is… · appium/python-client@8f2b059 · GitHub
Skip to content

Commit 8f2b059

Browse files
authored
chore: use ruff (isort, pylint and pyflakes) instead of individual isort, pylint and black libraries (#1043)
* apply ruff format and check --fix * add .ruff.toml * remove unused rule * fix pypo * remove pylint etc * split lint and format * add check to call lint and format * add fix * modify prefix * tweak
1 parent fdbd03a commit 8f2b059

53 files changed

Lines changed: 156 additions & 827 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.pre-commit-config.yaml

Lines changed: 9 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,10 @@
11
repos:
2-
- repo: https://github.com/PyCQA/isort
3-
rev: 5.13.2
4-
hooks:
5-
- id: isort
6-
args: [ "." ]
7-
- repo: https://github.com/pre-commit/mirrors-mypy
8-
rev: v1.10.0
9-
hooks:
10-
- id: mypy
11-
entry: mypy appium/ test/functional
12-
pass_filenames: false
13-
additional_dependencies: [types-python-dateutil==2.8.19.13]
14-
- repo: https://github.com/psf/black
15-
rev: 24.4.2
16-
hooks:
17-
- id: black
18-
args: [ ".", "-l", "120", "-S" ]
2+
- repo: https://github.com/astral-sh/ruff-pre-commit
3+
# Ruff version.
4+
rev: v0.6.9
5+
hooks:
6+
# Run the linter.
7+
- id: ruff
8+
args: [ --fix ]
9+
# Run the formatter.
10+
- id: ruff-format

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad © 2024 Your Company Name. All rights reserved.





Check this box to remove all script contents from the fetched content.



Check this box to remove all images from the fetched content.


Check this box to remove all CSS styles from the fetched content.


Check this box to keep images inefficiently compressed and original size.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy