Skip to content

Commit f950ba9

Browse files
authored
Merge branch 'develop' into win-test-integration
2 parents f828f4b + d89b986 commit f950ba9

Some content is hidden

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

59 files changed

+1413
-756
lines changed

.flake8

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ extend-exclude =
3030
extend-ignore =
3131
I # flake8-isort is drunk + we have isort integrated into pre-commit
3232
B009 # FIXME: `getattr()` called with a constant arg
33+
B024 # FIXME: is an abstract base class, but it has no abstract methods
3334
C812 # FIXME: missing trailing comma
3435
C819 # FIXME: inline trailing comma
3536
D101

.github/FUNDING.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
---
2-
open_collective: proxypy
3-
...
2+
# These are supported funding model platforms
3+
4+
github: abhinavsingh

0 commit comments

Comments
 (0)